import type { StoreContextInput, StoreEntityWrite, StoreRecord, StoreResult, StoreWhere } from "../types.js"; import type { StoreRuntime } from "./runtime.js"; declare function createEntityWrite(runtime: StoreRuntime, readBy: (entity: string, where: StoreWhere, context: StoreContextInput, options?: { mode?: "raw"; cacheBypass?: boolean; scope?: "context" | "all"; }) => Promise>): StoreEntityWrite; export { createEntityWrite, }; //# sourceMappingURL=write.d.ts.map