export declare function detail(ctx: any): Promise; export declare function deploy(ctx: any, localPath?: string, cloudPath?: string): Promise; export declare function deleteFiles(ctx: any, cloudPath?: string): Promise; export declare function list(ctx: any): Promise;