export declare function executeSync(command: string): string; export declare function execute(command: string): Promise;