export declare class Location { /** * Name of the location. */ locationName?: string; /** * Version provided by the user. */ version?: string; /** * View mode, possible values are 'internal', 'external' and 'all'. */ view?: string; [key: string]: any; }