import { ActionType } from 'hardhat/types'; export declare const fundEth: ActionType<{ nodeAddress: string; amount: string; }>; export declare const fundLink: ActionType<{ contractAddress: string; linkAddress: string; }>; //# sourceMappingURL=fund.d.ts.map