import { CustomClassificationError } from "./import-export.error.enum"; import { errorObject } from "../interfaces/errorMessage.interface"; export declare const classification_import_error_object: errorObject; export declare const classification_already_exist_object: errorObject; export declare function floor_already_exist_object(name: string): { name: string; message: string; code: CustomClassificationError; }; export declare function building_already_exist_object(): { message: string; code: CustomClassificationError; }; export declare const block_already_exist_object: errorObject; export declare function space_already_exist_object(name: string): { name: string; message: string; code: CustomClassificationError; }; export declare const zone_already_exist_object: errorObject; export declare function space_has_already_relation_object(): { message: string; code: CustomClassificationError; }; export declare const contact_already_exist_object: errorObject; export declare const there_are_no_spaces_object: errorObject; export declare function there_are_no_jointSpaces_object(): { message: string; code: CustomClassificationError; }; export declare const there_are_no_zones_object: errorObject; export declare const type_already_exists_object: errorObject; export declare const component_already_exists_object: errorObject; export declare const component_already_exist_inside_a_system_object: errorObject; export declare const there_are_no_contacts_object: errorObject; export declare const there_are_no_system_or_component_or_both_object: errorObject; export declare const there_are_no_system_or_component_or_type_object: errorObject; export declare const there_are_no_type_or_component_or_type_id_is_wrong_object: errorObject; export declare const contact_export_object: errorObject; export declare const there_is_no_type_object: errorObject;