export declare enum ProtocolType { Ethereum = "ethereum", Sealevel = "sealevel", Cosmos = "cosmos", CosmosNative = "cosmosnative", Starknet = "starknet", Radix = "radix", Aleo = "aleo", Tron = "tron", Unknown = "unknown" } export type ProtocolTypeValue = `${ProtocolType}`; export declare const ProtocolSmallestUnit: { ethereum: string; sealevel: string; cosmos: string; cosmosnative: string; starknet: string; radix: string; aleo: string; tron: string; unknown: string; }; //# sourceMappingURL=protocolType.d.ts.map