import type { TypeOfTypes } from './TypeOfTypes.ts'; /** @deprecated use @xylabs/typeof or zod */ export declare const typeOf: (item: T) => TypeOfTypes; //# sourceMappingURL=typeOf.d.ts.map