import execa from 'execa'; export declare function executeCommand(command: string, args: Array, options: { root: string; silent?: boolean; }): execa.ExecaChildProcess; //# sourceMappingURL=executeCommand.d.ts.map