export declare const $AuditImportJobMetadata: { 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 jobId: { readonly type: "string"; }; readonly jobType: { readonly type: "string"; }; readonly status: { readonly type: "Enum"; }; readonly messagingServiceId: { readonly type: "string"; }; readonly payload: { readonly type: "BulkAuditImportDTO"; }; readonly id: { readonly type: "string"; }; readonly type: { readonly type: "string"; }; }; };