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