export declare class UpsertLocationDto {
    country: string;
    state: string;
    city: string;
}
