export declare const $MessagingServiceScanLog: { 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 log: { readonly type: "string"; readonly description: "The log message."; readonly isReadOnly: true; }; readonly logLevel: { readonly type: "string"; readonly description: "The level of the log message."; readonly isReadOnly: true; }; readonly type: { readonly type: "string"; readonly isReadOnly: true; }; }; };