export declare function isArrayOf(things: any, constructor: any): boolean; export declare function isImmutableClass(thing: any): boolean; export declare function typeCheck(_x: T): void; //# sourceMappingURL=utils.d.ts.map