import { Extractor } from './extractor';
export declare function getExtractorFor(filename: string): Extractor;
