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