import { BaseContract } from 'ethers';
/**
 * Iterate through each contract, decoding error hashes.
 * Ensure environment is configured (to any chain) before running.
 */
export declare const decodeErrors: () => void;
/**
 * print error hashes for a single contract
 * @param contract identifies the contract for which error hashes are desired
 */
export declare function getCustomErrorsFromContract(contract: BaseContract): void;
