declare function compareArrayMembers(arr1: string[], arr2: string[]): boolean;

export { compareArrayMembers };
