import { type DrizzleExecutor } from "../drizzle.js"; import { type RigEventCheckpoint } from "./types.js"; /** * Marks rigEventSyncState trimmed through its exact current opaque cursor and * resets its trim counters. Opaque Rig cursors cannot be ordered locally. */ export declare function rigEventMarkTrimmed(executor: DrizzleExecutor, through: string): Promise; //# sourceMappingURL=rigEventMarkTrimmed.d.ts.map