export declare function createThunkedObjectProxy<T extends Record<string, any>>(thunk: () => T): T;
//# sourceMappingURL=createThunkedObjectProxy.d.ts.map