import { type DrizzleExecutor } from "../drizzle.js"; /** * Snapshots the current global sequence into a setup-related realtime reconciliation hint. * The supplied areas are copied so callers can safely publish the result without sharing mutable input state. */ export declare function setupGetCurrentSyncHint(executor: DrizzleExecutor, areas: readonly string[]): Promise<{ sequence: string; chats: []; areas: string[]; }>; //# sourceMappingURL=setupGetCurrentSyncHint.d.ts.map