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