interface ReverseOptions { task?: string; taskFile?: string; lang: string; output?: string; verbose?: boolean; } export declare function reverseCommand(options: ReverseOptions): Promise; export {};