export declare const $RuntimeImportAllDTO: { 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 properties: { readonly type: "dictionary"; readonly contains: { readonly type: "string"; }; }; readonly auditImportAction: { readonly type: "Enum"; }; readonly filters: { readonly type: "RuntimeImportFiltersDTO"; }; readonly aggregationStrategy: { readonly type: "Enum"; }; readonly id: { readonly type: "string"; }; readonly type: { readonly type: "string"; }; }; };