declare const ALLOWED_COUNTRIES: string[];
declare const rivertyConsentUrlMap: {
    be: {
        en: string;
        fr: string;
        nl: string;
    };
    nl: {
        en: string;
        nl: string;
    };
};
export { ALLOWED_COUNTRIES, rivertyConsentUrlMap };
