export declare const $LocationsGetResponse: {
    properties: {
        locations: {
            type: string;
        };
    };
};
