import { HSEnvironment } from '@hubspot/cms-components'; export declare const setTrackingInfo: (accountId: number | null, env: HSEnvironment | null) => void; export default function sendTrackingRequest(action: string): void;