import { Location } from './Location';
export declare type LocationGetResponse = {
    location?: Location;
};
