import { Kysely } from "kysely"; import { Database } from "../db"; export declare function claimOutboxEvents(db: Kysely): (ids: string[], workerId: string, leaseMs: number) => Promise;