import { Processor } from 'unified';
/**
 * Teach remark that some HTML blocks never include markdown
 */
export declare function customParser(this: Processor): void;
