import * as Generic from "./interfaces/generic"; import { DataSetInterface } from "./interfaces/data"; declare const _default: { new (values?: {}): { [name: string]: any; _properties: DataSetInterface; _toObject(object?: any[] | Generic.Object | undefined, skip?: never[]): any; _fromObject(object: DataSetInterface, do_reset?: boolean): any; }; getProperties(): DataSetInterface; _getLength(of_variable: any): any; _getType(of_variable: any, strict_objects?: boolean): any; _isValid(variable: any, property: string, is_strict?: boolean): boolean; _isSealed(variable: any): boolean; _isFrozen(variable: any): boolean; _isType(variable: any, type: string | string[], strict_objects?: boolean): boolean; _isInstance(variable: any, Instance: Function): boolean; _isLength(variable: any, minimum: number, maximum: number): boolean; _isEqual(variable: any, comparison: any, is_strict?: boolean, compare_as_json?: boolean): boolean; _isRegex(variable: any, regexp: RegExp | RegExp[]): boolean; _isProperty(variable: any, object: Generic.Object): boolean; _isIn(variable: any, container: Generic.Object | any[], compare_as_json?: boolean): any; }; export = _default; //# sourceMappingURL=index.d.ts.map