import { type ApiCredentialSummary } from "../integrations/types.js"; import { type DrizzleExecutor } from "../drizzle.js"; /** * Lists an existing integration's credential metadata newest first after requiring an active server integration administrator. * Including revoked credentials supports rotation and audit while never projecting the stored secret hash itself. */ export declare function apiCredentialList(executor: DrizzleExecutor, actorUserId: string, integrationId: string): Promise; //# sourceMappingURL=apiCredentialList.d.ts.map