import type { AllGlobals } from './types/AllGlobals.js';
/** Capture all globals accessible from globalThis */
export declare function captureAllGlobals(): AllGlobals;
