import { ChainId } from '@uniswap/sdk-core';
export declare const DEFAULT_BLOCKS_TO_LIVE: {
    [chain in ChainId]: number;
};
