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