export declare const $MessagingServiceOperation: { 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 scanTypes: { readonly type: "array"; readonly contains: { readonly type: "Enum"; }; readonly isRequired: true; }; readonly destinations: { readonly type: "array"; readonly contains: { readonly type: "Enum"; }; }; readonly type: { readonly type: "string"; readonly isReadOnly: true; }; }; };