import type { MDCParseOptions } from '@nuxtjs/mdc';
export declare function createCachedParser(parserOptions: MDCParseOptions): (value: string) => Promise<any>;
