export declare const UTXO_SUPPORT: string[]; export declare const TENDERMINT_SUPPORT: string[]; export declare const CAIP_TO_COIN_MAP: { [key: string]: string; }; export declare const OTHER_SUPPORT: string[]; export declare const SUPPORTED_CAIPS: { UTXO: string[]; TENDERMINT: string[]; EIP155: string[]; OTHER: string[]; }; //# sourceMappingURL=supportedCaips.d.ts.map