declare function nodeGc(): Promise<void>;
export declare const gc: typeof nodeGc | undefined;
export {};
