import { PostUsersBody, User, WriteOptions } from "@authhero/adapter-interfaces"; import { Kysely } from "kysely"; import { Database } from "../db"; export declare function update(db: Kysely): (tenant_id: string, user_id: string, user: Partial & Partial>, options?: WriteOptions) => Promise;