import { type DrizzleExecutor } from "../drizzle.js"; import { type SyncState } from "../chat/types.js"; /** * Reads the server's current sync generation and sequence cursor. * This projection is the common durable checkpoint used to bound difference requests and realtime reconciliation. */ export declare function syncGetState(executor: DrizzleExecutor): Promise; //# sourceMappingURL=syncGetState.d.ts.map