export declare function parseTrade(trade: any): {
    route: never[];
    memo: string;
    swaps: any;
    input: any;
    output: any;
    minReceived: any;
    maxSent: any;
    priceImpact: any;
    executionPrice: {
        numerator: any;
        denominator: any;
    };
};
