import type { Root } from 'mdast';
import type { VFile } from 'vfile';
export declare const remarkPrompt: () => (tree: Root, file: VFile) => void;
