export declare const $RuntimeImportFiltersDTO: { readonly properties: { readonly auditStatus: { readonly type: "Enum"; }; readonly nameContains: { readonly type: "string"; }; readonly eventBrokerId: { readonly type: "string"; }; readonly tags: { readonly type: "array"; readonly contains: { readonly type: "Enum"; }; }; readonly hidden: { readonly type: "boolean"; }; readonly eventMeshId: { readonly type: "string"; }; readonly auditEntityType: { readonly type: "Enum"; }; readonly excludedAuditIds: { readonly type: "array"; readonly contains: { readonly type: "string"; }; }; readonly sort: { readonly type: "string"; }; }; };