import { type BotSummary } from "../integrations/types.js"; import { type DrizzleExecutor } from "../drizzle.js"; /** * Returns a bot identity by identifier and optionally requires it to remain active and non-deleted. * The explicit lifecycle switch lets administrative history views load revoked bots while runtime guards expose them as not-found. */ export declare function botGet(executor: DrizzleExecutor, botId: string, active?: boolean): Promise; //# sourceMappingURL=botGet.d.ts.map