import type { Plugin } from '@vitebook/core/node'; import type { MarkdownParser } from './parser'; export declare type MarkdownPlugin = Plugin & { configureMarkdownParser?(parser: MarkdownParser): void | Promise; }; //# sourceMappingURL=MarkdownPlugin.d.ts.map