import { Command } from 'commander';
export declare function validateOutputFormat(value: string): 'table' | 'json';
export declare function validateStatus(value: string): 'normal' | 'waitUpload' | 'failUpload' | 'waitConvert' | 'failConvert';
export declare function validateDocType(value: string): 'common' | 'animate';
export declare function registerDocumentCommands(program: Command): void;
//# sourceMappingURL=document.commands.d.ts.map