export declare const getUsdPrices: (tokenInAddress: string, tokenOutAddress: string) => Promise<any>;
