import { type DataValue } from '@ironclad/rivet-core'; export declare function getGlobalDataRef(key: string): DataValue | undefined; export declare function setGlobalDataRef(key: string, value: DataValue): void; //# sourceMappingURL=globalDataRefs.d.ts.map