import { type StoreOps } from "@vendoai/core"; import type { WorkspaceFileMeta, WorkspaceRows } from "./workspace-rows.js"; /** `turn.load`'s index page, as the metas `workspaceStore.open` would have read for this owner — or UNDEFINED when the page left a cursor behind. The per-owner read below pages to exhaustion, and half an index is not an index: a caller handed one back would open a turn whose workspace is missing files. Undefined is that caller's signal to read it the ordinary way. */ export declare function workspaceIndexPage(page: { entries: readonly unknown[]; cursor?: string; }, owner: string): WorkspaceFileMeta[] | undefined; export declare function workspaceOpsRows(ops: StoreOps): WorkspaceRows; //# sourceMappingURL=workspace-ops-rows.d.ts.map