export declare const $StitchedEventVersionIdResultDTO: { readonly properties: { readonly eventVersionId: { readonly type: "string"; }; readonly eventMeshIds: { readonly type: "array"; readonly contains: { readonly type: "string"; }; }; }; };