import { ActionType } from 'hardhat/types'; export declare const createJob: ActionType<{ oracleAddress: string; jobType: string; }>; //# sourceMappingURL=create-job.d.ts.map