declare const typeOf: (value: unknown) => string;
export default typeOf;
