type RouteQuoteStep = { destinationAmount: bigint; destinationToken: Token; estimatedExecutionTimeMs: number; originAmount: bigint; originToken: Token;};
type destinationAmount = bigint;
type destinationToken = Token;
type estimatedExecutionTimeMs = number;
type originAmount = bigint;
type originToken = Token;