{"version":3,"file":"translate.compiler.d.ts","sources":["translate.compiler.d.ts"],"names":[],"mappings":";AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["export declare abstract class TranslateCompiler {\n abstract compile(value: string, lang: string): string | Function;\n abstract compileTranslations(translations: any, lang: string): any;\n}\n/**\n * This compiler is just a placeholder that does nothing, in case you don't need a compiler at all\n */\nexport declare class TranslateFakeCompiler extends TranslateCompiler {\n compile(value: string, lang: string): string | Function;\n compileTranslations(translations: any, lang: string): any;\n}\n"]}