import type { EIPConfig } from './types.js'; declare type EIPsDict = { [key: string]: EIPConfig; }; export declare const EIPs: EIPsDict; export {}; //# sourceMappingURL=eips.d.ts.map