import { YamlUnistNode } from "../types.js";
export declare function defineParents(node: YamlUnistNode, parent?: YamlUnistNode | null): void;
