import { Kysely } from "kysely"; import { Database } from "../db"; import { InviteInsert } from "@authhero/adapter-interfaces"; export declare function update(db: Kysely): (tenantId: string, id: string, invite: Partial) => Promise;