import type { RecordViewConfigMap, RecordViewRegistry, Store } from "../types.js"; declare function createRecordViews(store: Pick, entity: string, views: TViews): RecordViewRegistry; export { createRecordViews, }; //# sourceMappingURL=views.d.ts.map