import { TemplateExtractorConfig } from './types';
export declare function pipeExtractor(config: TemplateExtractorConfig): void;
