import { type AutomationSummary } from "./impl/automationSummary.js"; import { type DrizzleExecutor } from "../drizzle.js"; /** * Lists non-deleted automation definitions newest first after requiring an active server administrator. * Including inactive definitions lets management clients inspect paused workflows while excluding soft-deleted history from the operational surface. */ export declare function automationList(executor: DrizzleExecutor, actorUserId: string): Promise; //# sourceMappingURL=automationList.d.ts.map