import type { Node } from 'unist'; interface VFile { data: Record; } export declare function saveFrontmatter(): (tree: Node, file: VFile) => void; export {};