export declare const $SubscriptionStitchingEvalRequestDTO: { readonly properties: { readonly brokerType: { readonly type: "string"; readonly isRequired: true; }; readonly subscriptions: { readonly type: "array"; readonly contains: { readonly type: "Subscription"; }; }; }; };