import type { Node } from 'unist'; export declare function applyReplacements(tree: Node, replacements: Record, skipReferenceDetection: boolean): Node | { children: Node[]; type: string; data?: import("unist").Data | undefined; position?: import("unist").Position | undefined; }; //# sourceMappingURL=apply.d.ts.map