declare const isTypeOf: (t: string) => (v: any) => boolean; export default isTypeOf;