import type { Plugin } from 'unified'; import type { GenericParent } from 'myst-common'; export declare function blockquoteTransform(mdast: GenericParent): void; export declare const blockquotePlugin: Plugin<[], GenericParent, GenericParent>; //# sourceMappingURL=blockquote.d.ts.map