import { Absolute2DPosition } from '@openhps/core'; export declare class AbstractLocation extends Absolute2DPosition { private _uid; constructor(uid?: string, range?: number); get uid(): string; hashCode(str: string): number; }