type ShutdownType = { collect: () => void; }; export declare const garbageCollection: ShutdownType; export declare function inject(value: ShutdownType): void; export {};