export declare const getServiceName: (variable: string, objective: string, climate: any, region: string) => string; export declare const getCookies: () => { [key: string]: string; }; export declare const isClose: (a: number, b: number) => boolean; export declare const formatYear: (year: string) => any; export declare const formatModel: (model: string) => any; export declare const formatClimate: (year: string, model: string) => any; export declare const getZoneLabel: (zone?: any) => any; export declare const migrateConfiguration: (configuration: any, version: number) => any; //# sourceMappingURL=utils.d.ts.map