import { type Reconciler } from 'react-reconciler'; import { Dispatcher } from '../events/dispatcher.js'; import { type DOMElement, type TextNode } from './dom.js'; export declare function getOwnerChain(fiber: unknown): string[]; export declare function isDebugRepaintsEnabled(): boolean; export declare const dispatcher: Dispatcher; export declare function recordYogaMs(ms: number): void; export declare function getLastYogaMs(): number; export declare function markCommitStart(): void; export declare function getLastCommitMs(): number; export declare function resetProfileCounters(): void; declare const reconciler: Reconciler; export default reconciler; //# sourceMappingURL=reconciler.d.ts.map