quote_price_tokens_for_exact_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_tokens_for_exact_tokens].

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