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