export declare const $EventManagementAgentRunCommand: { 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 rawDockerRunCommand: { readonly type: "string"; readonly description: "The raw docker run command used to start the Event Management Agent."; readonly isReadOnly: true; readonly isRequired: true; }; readonly formattedDockerRunCommand: { readonly type: "string"; readonly description: "The formatted docker run command used to start the Event Management Agent."; readonly isReadOnly: true; readonly isRequired: true; }; readonly id: { readonly type: "string"; }; readonly type: { readonly type: "string"; }; }; };