export declare class LocationSummary {
    city: string;
    province: string;
    country: string;
}
