import { Command } from 'commander'; export declare function uploadAction(space: string, path: string, options: { text?: string; markdown?: boolean; parent?: string; pretty?: boolean; }): Promise; export declare function downloadAction(content: string, output: string | undefined, options: { pretty?: boolean; }): Promise; export declare const fileCommand: Command; //# sourceMappingURL=file.d.ts.map