import { Tree } from '@angular-devkit/schematics'; export declare function typescriptTranslationFileCreator(source: Tree, lang: string): void; export declare function jsonTranslationFileCreator(source: Tree, lang: string): void; export declare function createTranslateFiles(langs: string[], creator: (source: Tree, lang: string) => void, path: any): import("@angular-devkit/schematics").Source;