import type { Processor } from 'unified';
declare function compilers(this: Processor, mdxish?: boolean): void;
export declare function mdxishCompilers(this: Processor): any;
export default compilers;
