export declare const HUBSPOT: { SCRIPT_URL: string; API_URL: string; BEARER_TOKEN: string; HELP_EMAIL: string; SUPPORT_LINK: string; SUPPORT_LINK_TITLE: string; GET_TOKEN_API: string; SUPPORT_PROFILE: { support_link: string; support_images: string; support_name: string; email: string; helpEmail: string; supportText: string; }; MEETING_LINK: string; CREATE_SUPPORT_TICKET_URL: string; FORM_CONFIG: { region: string; portalId: string; formId: string; target: string; css: string; }; }; export declare const PORTAL_TICKET = "https://help.v-comply.com/tickets-view";