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