import type { StoreRuntimeFacade } from "../types.js"; declare function createLazyStoreRecords(runtime: Pick): StoreRuntimeFacade["records"]; export { createLazyStoreRecords }; //# sourceMappingURL=records.d.ts.map