export declare const START_BLOCK_NUMBERS: { [x: number]: number; }; export declare const getStartBlock: (chainId: number | string) => number;