export declare function tupleListsEqual(left: ReadonlyArray, right: ReadonlyArray, entryEqual: (leftEntry: Tuple, rightEntry: Tuple) => boolean): boolean;