declare const _default: {
    label: string;
    bimFile: string;
    schemas: {
        name: string;
        references: string[];
        itemCount: number;
        checkStubs: {
            item: string;
            properties: {
                schemaItemType: string;
                label: string;
                description: string;
                priority: number;
            };
        }[];
        checkHierachy: {
            derivedClass: string;
            baseClass: string;
        };
        checkFullLoad: ({
            item: string;
            properties: {
                description: string;
                properties: {
                    name: string;
                    type: string;
                    description: string;
                    typeName: string;
                }[];
                appliesTo: string;
                schemaItemType?: undefined;
            };
        } | {
            item: string;
            properties: {
                schemaItemType: string;
                properties: ({
                    name: string;
                    type: string;
                    description: string;
                    label: string;
                    category: string;
                    typeName: string;
                } | {
                    name: string;
                    type: string;
                    description: string;
                    label: string;
                    typeName: string;
                    category?: undefined;
                })[];
                description?: undefined;
                appliesTo?: undefined;
            };
        })[];
    }[];
};
export default _default;
//# sourceMappingURL=old.config.d.ts.map