import { Kysely } from "kysely"; import { Database } from "../db"; export declare function remove(db: Kysely): (tenantId: string, roleId: string) => Promise;