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