import type { MyReactFiberNodeClientDev } from "@my-react-dom-client/renderDispatch"; type AncestorInfoDev = MyReactFiberNodeClientDev["_debugTreeScope"]; export declare function updatedAncestorInfoDev(tag: string, fiber: MyReactFiberNodeClientDev, oldInfo: AncestorInfoDev | null): AncestorInfoDev; export declare function validateDOMNesting(fiber: MyReactFiberNodeClientDev, childTag: string, ancestorInfo: AncestorInfoDev): boolean; export declare function validateTextNesting(fiber: MyReactFiberNodeClientDev, childText: string, parentTag: string): boolean; export {}; //# sourceMappingURL=validateDomNesting.d.ts.map