type Instance = any;
export type ReconcilerErrorType = 'uncaught' | 'caught' | 'recoverable';
export type ReconcilerErrorReporter = (type: ReconcilerErrorType, error: unknown) => void;
export declare const reconcilor: any;
export declare const createReconcilerContainer: (container: Instance, identifierPrefix?: string, reportError?: ReconcilerErrorReporter) => any;
export {};
