import type { chainID } from "./types"; type ChainID = keyof typeof chainID; export declare const MulticallAddress: { [chain in ChainID]: string; }; export {}; //# sourceMappingURL=constants.d.ts.map