import { Abi } from 'abitype'; export declare function sigsFromABI(abi: Abi): `0x${string}`[]; export declare function filterABI(abi: Abi, excludeSighashes: Set): any[]; export declare function mergeABIs(abis: Abi[], options: { check: boolean; skipSupportsInterface: boolean; }): TAbi; //# sourceMappingURL=utils.d.ts.map