import { type DrizzleExecutor } from "../drizzle.js"; /** * Requires a bot identity to exist, remain active, and not be soft-deleted before an integration may bind or invoke it. * Exposing a void guard keeps mutation callers from accidentally accepting inactive bots while discarding an unused projection. */ export declare function botRequire(executor: DrizzleExecutor, botId: string): Promise; //# sourceMappingURL=botRequire.d.ts.map