import { TemplateExtractorConfig } from './types';
/**
 * We can't use AST here since the comments markings support the read property, and the AST extracts them without context
 * */
export declare function templateCommentsExtractor({ file, scopes, defaultValue, scopeToKeys, }: TemplateExtractorConfig): import("../../types").ScopeMap;
