import { InputFormat } from "../params/Params"; export declare type Extractor = (filePath: string, outputDir: string) => Promise; export declare namespace Extractor { const all: Record; }