export declare class GGLocatorKey { readonly name: string; constructor(name: string); get(): T; tryGet(): T | undefined; has(): boolean; set(value: T): void; overwrite(value: T): void; } //# sourceMappingURL=GGLocatorKey.d.ts.map