import { GGLocatorScope } from "./GGLocatorScope"; export declare class GGLocator { static hasScope(): boolean; static getScope(): GGLocatorScope; static tryGetScope(): GGLocatorScope | undefined; static wrapWithRun any>(fn: T): T; static wrapWithEnter any>(fn: T): T; static setImmediate(fn: () => R): NodeJS.Immediate; static setTimeout(fn: () => R, timeout: number): NodeJS.Timeout; static setInterval(fn: () => R, timeout: number): NodeJS.Timeout; } //# sourceMappingURL=GGLocator.d.ts.map