export declare enum MediatorPickupStrategy { PickUpV1 = "PickUpV1", PickUpV2 = "PickUpV2", Implicit = "Implicit", None = "None" }