import { type DrizzleExecutor } from "../drizzle.js"; import { type IntegrationChange } from "../integrations/types.js"; /** * Revokes botIdentities access, invalidates its apiCredentials, and disables the owning integrations relationship when required. * One administrator-audited transition ensures no usable credential survives after the bot is reported as revoked. */ export declare function botRevoke(executor: DrizzleExecutor, actorUserId: string, botId: string): Promise; //# sourceMappingURL=botRevoke.d.ts.map