import { Type } from './Type';
declare const typeOf: (value: any) => Type;
export { typeOf };
