import { CompilerOptions } from './stringify/compiler'; export declare const parse: { position: boolean; gfm: boolean; yaml: boolean; commonmark: boolean; footnotes: boolean; pedantic: boolean; breaks: boolean; }; export declare const stringify: CompilerOptions;