export default isSameLines; declare function isSameLines(lineA: any, lineB: any, map: any): boolean;