import { LocationIndex } from './LocationIndex';
export declare type LocationsGetResponse = {
    locations?: LocationIndex;
};
