declare const gcAvailable: boolean;
declare const globalGc: (() => void) | undefined;
export { gcAvailable as available, globalGc as gc };
