export function handleCLI(args: any[]): void; export function loadTranslations(templatePath: string): void; export function generateLang(dir: string, lang: string, callback: Function): any; export function parseFiles(files: any[], langKeys: any[], callback: Function): any; export function findTranslationMarkers(filePath: string, langKeys: any[], callback: Function): void; export function createLangObj(currentLangObj: any, sortedNewKeys: any[], callback: Function): any; //# sourceMappingURL=translator.d.ts.map