export declare const $EventBrokerScanDataUploadDetails: { 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 description: "Primary key set by the server."; readonly isReadOnly: true; }; readonly scanId: { readonly type: "string"; readonly description: "The ID of the uploaded scan request."; readonly isReadOnly: true; }; readonly eventBrokerId: { readonly type: "string"; readonly description: "The event broker id of the data collection upload request."; readonly isReadOnly: true; }; readonly eventBrokerType: { readonly type: "Enum"; readonly isReadOnly: true; }; readonly dataCollectionTypes: { readonly type: "array"; readonly contains: { readonly type: "Enum"; readonly isReadOnly: true; }; readonly isReadOnly: true; }; readonly status: { readonly type: "Enum"; readonly isReadOnly: true; }; readonly scanTypes: { readonly type: "array"; readonly contains: { readonly type: "Enum"; readonly isReadOnly: true; }; readonly isReadOnly: true; }; readonly destinations: { readonly type: "array"; readonly contains: { readonly type: "Enum"; readonly isReadOnly: true; }; readonly isReadOnly: true; }; readonly type: { readonly type: "string"; readonly description: "The type of this payload, ema data collection."; readonly isReadOnly: true; }; }; };