export declare const config: { ENV: string; CONSUMER_URL: string; SECURITY_URL: string; REF_URL: string; AFTERSALES_URL: string; CONSUMER_STRIPE_URL: string; WARRANTY_URL: string; MANDATE_URL: string; CONSUMER_REF_URL: string; MAP_ID: string; support: { phone: string; email: string; }; WARRANTY_PORTAL: string; cookieSettings: { secure: boolean; sameSite: "Strict"; path: string; }; bosch_services_uri: string; };