import type utilTypes from "node:util/types"; export declare const isExternal: typeof utilTypes.isExternal; export declare const isDate: typeof utilTypes.isDate; export declare const isArgumentsObject: typeof utilTypes.isArgumentsObject; export declare const isBigIntObject: (val: any) => val is Date; export declare const isBooleanObject: typeof utilTypes.isBooleanObject; export declare const isNumberObject: typeof utilTypes.isNumberObject; export declare const isStringObject: typeof utilTypes.isStringObject; export declare const isSymbolObject: typeof utilTypes.isSymbolObject; export declare const isNativeError: typeof utilTypes.isNativeError; export declare const isRegExp: typeof utilTypes.isRegExp; export declare const isAsyncFunction: typeof utilTypes.isAsyncFunction; export declare const isGeneratorFunction: typeof utilTypes.isGeneratorFunction; export declare const isGeneratorObject: typeof utilTypes.isGeneratorObject; export declare const isPromise: typeof utilTypes.isPromise; export declare const isMap: typeof utilTypes.isMap; export declare const isSet: typeof utilTypes.isSet; export declare const isMapIterator: typeof utilTypes.isMapIterator; export declare const isSetIterator: typeof utilTypes.isSetIterator; export declare const isWeakMap: typeof utilTypes.isWeakMap; export declare const isWeakSet: typeof utilTypes.isWeakSet; export declare const isArrayBuffer: typeof utilTypes.isArrayBuffer; export declare const isDataView: typeof utilTypes.isDataView; export declare const isSharedArrayBuffer: typeof utilTypes.isSharedArrayBuffer; export declare const isProxy: typeof utilTypes.isProxy; export declare const isModuleNamespaceObject: typeof utilTypes.isModuleNamespaceObject; export declare const isAnyArrayBuffer: typeof utilTypes.isAnyArrayBuffer; export declare const isBoxedPrimitive: typeof utilTypes.isBoxedPrimitive; export declare const isArrayBufferView: typeof utilTypes.isArrayBufferView; export declare const isTypedArray: typeof utilTypes.isTypedArray; export declare const isUint8Array: typeof utilTypes.isUint8Array; export declare const isUint8ClampedArray: typeof utilTypes.isUint8ClampedArray; export declare const isUint16Array: typeof utilTypes.isUint16Array; export declare const isUint32Array: typeof utilTypes.isUint32Array; export declare const isInt8Array: typeof utilTypes.isInt8Array; export declare const isInt16Array: typeof utilTypes.isInt16Array; export declare const isInt32Array: typeof utilTypes.isInt32Array; export declare const isFloat32Array: typeof utilTypes.isFloat32Array; export declare const isFloat64Array: typeof utilTypes.isFloat64Array; export declare const isBigInt64Array: typeof utilTypes.isBigInt64Array; export declare const isBigUint64Array: typeof utilTypes.isBigUint64Array; export declare const isKeyObject: typeof utilTypes.isKeyObject; export declare const isCryptoKey: typeof utilTypes.isCryptoKey;