type ShutdownType = {
    collect: () => void;
};
export declare const garbageCollection: ShutdownType;
export declare function inject(value: ShutdownType): void;
export {};
//# sourceMappingURL=garbage-collection.d.ts.map