import { type RigEventCheckpoint } from "../types.js"; export declare function asRigEventCheckpoint(row: { cursor: string | null; eventsSinceTrim: number; lastTrimmedAt: string; trimmedThrough: string | null; }): RigEventCheckpoint; //# sourceMappingURL=asRigEventCheckpoint.d.ts.map