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