export declare const isLifiChain: (chainId?: number) => boolean; export declare const isKyberChain: (chainId?: number) => boolean; export declare const isSolChain: (chainId?: number) => boolean; export declare const isPetChain: (chainId?: number) => boolean; export declare const getEnableBuyTokenInput: (chainId?: number) => boolean; //# sourceMappingURL=chainIdUtil.d.ts.map