declare function isTypedArr(val: any): boolean;

export = isTypedArr;
