4 lines
127 B
TypeScript
4 lines
127 B
TypeScript
export declare function execute(command: string, args: string[], options?: {
|
|
cwd: string | undefined;
|
|
}): Promise<string>;
|