type HubspotFieldsType = { hubspot_page_name: string; hubspot_page_url: string; hubspot_utk?: string; }; export declare const getHubspotCookieValue: () => string | undefined; export declare const getHubspotHiddenFields: () => HubspotFieldsType; export declare const waitForHubspotCookie: () => Promise; export {};