export declare const isBoolean: (x: any) => boolean; export declare const isNumber: (x: any) => boolean; export declare const isNumeric: (x: any) => boolean; export declare const isObject: (x: any) => boolean; export declare const isObjectLiteral: (x: any) => boolean; export declare const isString: (x: any) => boolean; export declare const isArray: (x: any) => boolean; export declare const isSet: (x: any) => boolean; export declare const isMap: (x: any) => boolean; export declare const isNil: (x: any) => boolean; export declare const isEmpty: (x: any) => boolean; export declare const isNilOrEmpty: (x: any) => boolean; export declare const isFunction: (x: any) => boolean; declare const _default: { isArray: (x: any) => boolean; isFunction: (x: any) => boolean; isNil: (x: any) => boolean; isEmpty: (x: any) => boolean; isNilOrEmpty: (x: any) => boolean; isNumber: (x: any) => boolean; isObject: (x: any) => boolean; isString: (x: any) => boolean; isSet: (x: any) => boolean; isMap: (x: any) => boolean; }; export default _default; //# sourceMappingURL=isType.d.ts.map