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