export declare enum ProtocolType { UNISWAP = "uniswap", AERODROME = "aerodrome" } export type DexProtocolVersion = string;