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