import { Kysely } from "kysely"; import { Hook } from "@authhero/adapter-interfaces"; import { Database } from "../db"; export declare function get(db: Kysely): (tenant_id: string, hook_id: string) => Promise;