import { type Location } from '../../../types'; export declare const equalLocations: (location1: Location, location2: Location) => boolean;