import { type BotSummary } from "../integrations/types.js"; import { type DrizzleExecutor } from "../drizzle.js"; /** * Lists all bot identities newest first for an active server integration administrator, including inactive historical records. * Retaining revoked bots in this management projection supports audit and repair without granting them runtime eligibility. */ export declare function botList(executor: DrizzleExecutor, actorUserId: string): Promise; //# sourceMappingURL=botList.d.ts.map