import { type DrizzleExecutor } from "../../drizzle.js"; /** * Reports whether a bot identity exists in active, non-deleted form for automation target validation. * Keeping lifecycle filtering in this helper prevents automation definitions from accepting bots that runtime invocation would reject. */ export declare function botExists(executor: DrizzleExecutor, botId: string): Promise; //# sourceMappingURL=botExists.d.ts.map