/**
 * The `globalThis` object.
 */
declare const implementation: typeof globalThis;
export = implementation;
