import { IChain } from './types';
export declare const chainEth: IChain;
export declare const chainBSC: IChain;
export declare const chainBSCTestnet: IChain;
export declare const chainUni: IChain;
export declare const chainBase: IChain;
