export declare const $EventBrokerScanData: { readonly properties: { readonly createdTime: { readonly type: "string"; readonly isReadOnly: true; }; readonly updatedTime: { readonly type: "string"; readonly isReadOnly: true; }; readonly createdBy: { readonly type: "string"; readonly isReadOnly: true; }; readonly changedBy: { readonly type: "string"; readonly isReadOnly: true; }; readonly id: { readonly type: "string"; readonly isReadOnly: true; }; readonly eventBrokerId: { readonly type: "string"; readonly isReadOnly: true; }; readonly data: { readonly type: "JsonNode"; readonly isRequired: true; }; readonly scanTypes: { readonly type: "array"; readonly contains: { readonly type: "Enum"; }; }; readonly type: { readonly type: "string"; readonly description: "The type of this payload, ema data collection."; readonly isReadOnly: true; }; }; };