export declare const EnsUtil: {
    convertEVMChainIdToCoinType(chainId: number): number;
};
