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