export declare const $MessagingServiceScanData: { readonly properties: { readonly createdTime: { 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 scan."; readonly isReadOnly: true; }; readonly dataCollectionType: { readonly type: "Enum"; readonly isReadOnly: true; }; readonly data: { readonly type: "string"; readonly description: "The scan data in JSON format."; readonly isReadOnly: true; }; readonly type: { readonly type: "string"; readonly isReadOnly: true; }; }; };