import type { TypeOfTypes } from './TypeOfTypes.ts';
export declare const typeOf: <T>(item: T) => TypeOfTypes;
//# sourceMappingURL=typeOf.d.ts.map