declare const isEqualArrays: (arr1: string[], arr2: string[]) => boolean; export { isEqualArrays };