quote_price_exact_tokens_for_tokens: RuntimeDescriptor<
    [
        asset1: { interior: XcmV3Junctions; parents: number },
        asset2: { interior: XcmV3Junctions; parents: number },
        amount: bigint,
        include_fee: boolean,
    ],
    bigint | undefined,
>

Provides a quote for [Pallet::swap_exact_tokens_for_tokens].

Note that the price may have changed by the time the transaction is executed. (Use amount_out_min to control slippage.)