import { Kysely } from "kysely"; import { Database } from "../db"; export declare function markOutboxEventRetry(db: Kysely): (id: string, error: string, nextRetryAt: string) => Promise;