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