export declare const $ImporterConfiguration: { properties: { importerType: { type: string; }; name: { type: string; isRequired: boolean; }; displayName: { type: string; isRequired: boolean; }; filter: { type: string; contains: { type: string; }; }; attributeMap: { type: string; contains: { properties: { name: { type: string; }; attributes: { type: string; }; }; }; }; }; };