export interface LocationOptions {
    language?: string;
    locations: object[];
    locationsBoost?: object[];
}
