export declare const $RuntimeAgentOperationDTO: { 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 runtimeAgentId: { readonly type: "string"; }; readonly messagingServiceId: { readonly type: "string"; }; readonly scanType: { readonly type: "string"; }; readonly entityTypes: { readonly type: "array"; readonly contains: { readonly type: "string"; }; }; readonly type: { readonly type: "string"; }; }; };