type CheckTypeMethod = undefined | ((value: any) => boolean); export declare const nodeIsArrayBuffer: CheckTypeMethod; export declare const nodeIsDate: CheckTypeMethod; export declare const nodeIsMap: CheckTypeMethod; export declare const nodeIsRegExp: CheckTypeMethod; export declare const nodeIsSet: CheckTypeMethod; export declare const nodeIsTypedArray: CheckTypeMethod; export {};