export declare const createGcManager: (onRemove: () => void) => readonly [(newGcTime: number | undefined) => void, () => void, () => void];