export declare const execShellCommand: (cmd: string) => Promise<boolean>;
