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