/** * Inline script for beforeInteractive: initialises _hsq and sets the path * before the HubSpot tracking script loads (SPA Mode B). * * Call with no args in root layouts (SSG-safe): uses `window.location.pathname` * at script execution time. Pass an explicit pathname only for tests or rare cases. */ export declare function createHubSpotBootstrapScript(pathname?: string): string; //# sourceMappingURL=createHubSpotBootstrapScript.d.ts.map