export declare class Location { private _value; constructor(location?: string); value(): string; }