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