export declare const SELECTOR_NOT_SPECIFIED = "Element selector is not specified"; export declare const ORIENTATION_NOT_SPECIFIED = "Orientation is not correctly specified for Isometrizer"; export declare const MATRIX_VALUE_NOT_PROVIDED = "Values for matrix is not provided"; export declare const MATRIX_SHOULD_MUTIPLIED_WITH_OTHER_MATRIX = "Multiplyee for matrix should be another matrix"; export declare const VECTOR_OPERAND_NOT_VALIDATED = "Operand for vector is not in correct type"; export declare const VECTOR_PROPERTY_NOT_PROVIDED = "One of the Vector's 3 property(x, y, z) is not provided";