export namespace array {
    function equals(arr1: any, arr2: any): boolean;
}
