import { ChainId } from '../../src/util/chains';
export declare const DEFAULT_BLOCKS_TO_LIVE: {
    [chain in ChainId]: number;
};
