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