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