import { type MutationHint } from "../chat/types.js"; import { type DrizzleExecutor } from "../drizzle.js"; /** * Soft-deletes an automations definition after administrator authorization so no future trigger may claim it. * The same commit emits sync and audit records, making execution shutdown visible and attributable before workers observe the change. */ export declare function automationDelete(executor: DrizzleExecutor, actorUserId: string, automationId: string): Promise; //# sourceMappingURL=automationDelete.d.ts.map