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