declare const cloud: CloudCommands; type Args = Record | null; type CloudCommands = Record Promise; }>; export declare function run(command: string, args?: Args): Promise; export declare function auth(key: string): Promise; export default cloud;