import { type DrizzleExecutor } from "../drizzle.js"; /** * Marks an unrevoked apiCredentials row by identifier after requiring the actor to be a server integration administrator. * Recording the revocation and audit entry together makes every server reject the credential without process-local token state. */ export declare function apiCredentialRevoke(executor: DrizzleExecutor, actorUserId: string, credentialId: string): Promise; //# sourceMappingURL=apiCredentialRevoke.d.ts.map