import { IError } from "../model/Error"; export declare const INVALID_ELEMENT_TYPE: IError; export declare const INVALID_TYPES_IN_ELEMENT: IError;