import { Kysely } from "kysely"; import { OutboxAdapter } from "@authhero/adapter-interfaces"; import { Database } from "../db"; export declare function createOutboxAdapter(db: Kysely): OutboxAdapter;