export declare function runCommand(widgetPath: string, command: string): Promise<void | string>;
