import { ExtractorPlugin, PluginContext, TranslationKey } from '../../types'; export declare class TypeScriptExtractor implements ExtractorPlugin { readonly name = "typescript-extractor"; readonly version = "1.0.0"; readonly description = "Extracts translation keys from TypeScript files"; readonly supportedExtensions: string[]; private logger; initialize(context: PluginContext): Promise; extractKeys(filePath: string, content: string): Promise; private createTranslationKey; private isDynamicKey; } //# sourceMappingURL=typescript-extractor.d.ts.map