import type { ValueType } from './types'; export type { ValueType } from './types'; /** * Determines the type of the given value */ export declare function typeOf(value: any): ValueType | string; //# sourceMappingURL=typeOf.d.ts.map