type Preprocessor = (doc: string) => string;
export declare const preprocess: Preprocessor;
export {};
//# sourceMappingURL=preprocessor.d.ts.map