import { Kysely } from "kysely"; import { CreateOptions } from "@authhero/adapter-interfaces"; import { Database } from "../db"; export declare function create(db: Kysely): (tenant_id: string, user_id: string, role_id: string, organization_id?: string, options?: CreateOptions) => Promise;