import { type DrizzleExecutor } from "../../drizzle.js"; /** * Reports whether a chat identifier resolves to a non-deleted conversation for automation configuration validation. * This existence check deliberately does not grant user access; authorization remains with the action that owns the automation definition. */ export declare function chatExists(executor: DrizzleExecutor, chatId: string): Promise; //# sourceMappingURL=chatExists.d.ts.map