macro_rules! include_teleports_for_native_asset_works {
(
$runtime:path,
$all_pallets_without_system:path,
$xcm_config:path,
$checking_account:path,
$weight_to_fee:path,
$hrmp_channel_opener:path,
$collator_session_key:expr,
$slot_durations:expr,
$existential_deposit:expr,
$unwrap_pallet_xcm_event:expr,
$runtime_para_id:expr
) => { ... };
}