import defaultKnownInterfaces from './_generated-interfaces.js'; export { defaultKnownInterfaces }; export type KnownInterfaces = Record>; export type IndexedInterfaces = Record>; export declare function createInterfaceIndex(known: KnownInterfaces): IndexedInterfaces; export declare function abiToInterfaces(abiOrSelectors: any[], knownInterfaces?: IndexedInterfaces): string[];