import { Provider } from "ethers"; export declare const interfaceAbis: { [key: string]: any; }; export declare const products: { [key: string]: { name: string; interface: string; registry: string; abi: any; getAddress: (provider: Provider) => Promise; }; }; //# sourceMappingURL=abis.d.ts.map