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