import { LocaleType } from "../../interfaces/types";
import { CareLocaleType, LocalizedSlugsType } from "./types";
export declare const basePath = "/care";
export declare const LOCALE_COUNTRY: {
    [key in LocaleType]?: {
        [key: string]: string | number;
    };
};
export declare const LOCALIZED_SLUGS: {
    [key in CareLocaleType]: {
        [key in LocalizedSlugsType]: string;
    };
};
export declare const ID_OPTION_CURRENT_LOCATION = -1;
export declare const ID_OPTION_ALL_LOCATION = -2;
export declare enum CLIENT_KEY {
    GSK = "gsk",
    ROCHE = "roche",
    MSD = "msd"
}
export declare enum SLUG_CLIENT_KEY {
    GSK = "gsk",
    ROCHE = "roche",
    MSD = "spesialis"
}
export declare const SLUG_VACIN_ID = "vaksin-rotavirus";
export declare const MAPPING_CLIENT_WITH_SLUG: {
    [key in CareLocaleType]: {
        [key: string]: string | null;
    };
};
