import { Kysely } from "kysely"; import { OutboxEvent } from "@authhero/adapter-interfaces"; import { Database } from "../db"; export declare function getOutboxEventsByIds(db: Kysely): (ids: string[]) => Promise;