import { type AutomationRow } from "./automationRow.js"; import { type DrizzleExecutor } from "../../drizzle.js"; export declare function getAutomation(executor: DrizzleExecutor, id: string): Promise; //# sourceMappingURL=getAutomation.d.ts.map