2 lines
74 B
TypeScript
2 lines
74 B
TypeScript
export declare function executeCommand(command: string): Promise<string>;
|
export declare function executeCommand(command: string): Promise<string>;
|