import { Config, ExtractionResult } from '../../types'; import { TemplateExtractorConfig } from './types'; export declare function extractTemplateKeys(config: Config): ExtractionResult; export declare function templateExtractor(config: TemplateExtractorConfig): import("../../types").ScopeMap;