export declare const execute: (cmd: string) => Promise<string>;
