import type { SnapshotInstance } from '../snapshot/snapshot.js'; export declare const gSignMap: Record>; export declare const gRecycleMap: Record>>; export declare function clearListGlobal(): void; export declare function componentAtIndexFactory(ctx: SnapshotInstance[], hydrateFunction: (before: SnapshotInstance, after: SnapshotInstance) => void): [ComponentAtIndexCallback, ComponentAtIndexesCallback]; export declare function enqueueComponentFactory(): EnqueueComponentCallback;