/**
 * Iterate through ABIs in a location specified by the environment.
 * Filter in ABIs we care about, translate and write Ethers.js-consumable ABIs
 * in the appropriate location.
 */
export declare const updateAbis: () => void;
