import { Kysely } from "kysely"; import { ClientWithTenantId } from "@authhero/adapter-interfaces"; import { Database } from "../db"; export declare function getByClientId(db: Kysely): (client_id: string) => Promise;