export declare const execute: (command: string, args: string[], options: any) => Promise<unknown>;
export declare const executeSync: (command: string, args: string[], options: any) => void;
