export declare const $ImportActionPreviewResultDTO: { readonly properties: { readonly entityCount: { readonly type: "number"; readonly format: "int32"; }; readonly auditIds: { readonly type: "array"; readonly contains: { readonly type: "string"; }; }; readonly relatedDesignerEntityIds: { readonly type: "array"; readonly contains: { readonly type: "string"; }; }; }; };