export declare function execute(command: string, args: string[], options?: {
    cwd: string;
}): Promise<string>;
