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