// index.d.ts

import { Automation } from "./classes/Automation";
import { parseUnits } from "ethers";

export { Automation, parseUnits };
