export type PairNumberArrayType = [number, number]; export declare function harArrayOverflow(arrayA: PairNumberArrayType, arrayB: PairNumberArrayType): boolean; export declare function harArrayListOverflow(pairNumberArray: PairNumberArrayType, arrayList: Array): boolean; export declare function getTagIndexList(html: string): Array; export declare function getLinkIndexList(html: string): Array;