import { Kysely } from "kysely"; import { CreateOptions, Hook, HookInsert } from "@authhero/adapter-interfaces"; import { Database } from "../db"; export declare function create(db: Kysely): (tenant_id: string, hook: HookInsert, options?: CreateOptions) => Promise;