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