export declare const allLanguages: ioBroker.Languages[]; /******************************** Middlewares *********************************/ /** * */ export declare function handleConvertCommand(): Promise; /** * */ export declare function parseOptions(options: { /** * */ "io-package": string; /** * */ admin: string; /** * */ words?: string; /** * */ base?: string[]; /** * */ languages?: string[]; /** * */ rebuild?: boolean; /** * */ key?: string; }): Promise; /** * */ export declare function handleTranslateCommand(): Promise; /** * */ export declare function handleToJsonCommand(): Promise; /** * */ export declare function handleToWordsCommand(): Promise; /** * */ export declare function handleAllCommand(): Promise; /** * */ export declare function handleRemoveTranslationsCommand(): Promise; /** * */ export declare function handleRemoveKeyCommand(): Promise;