export declare const isBoolean: (test: any) => boolean; export declare const isNumber: (test: any) => boolean; export declare const isFunction: (test: any) => boolean; export declare const isTools: { isBoolean: (test: any) => boolean; isFunction: (test: any) => boolean; isNumber: (test: any) => boolean; };