import { IChain, IContract } from '../../';
export declare const CHAIN_IDS: (index: IChain) => number;
export declare const makeSureChainMatchesContract: (contract: IContract) => Promise<void>;
export declare const makeSureChainMatches: (chain: IChain) => Promise<void>;
