/** * Convert an chainId to a coinType hex for reverse chain resolution */ export declare const convertChainIdToCoinType: (chainId: number) => string; //# sourceMappingURL=convertChainIdToCoinType.d.ts.map