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