import type { PushArgs } from "./types"; /** * Push custom events to Matomo tracker */ export declare function push(args: PushArgs): void; /** * Load the Matomo tracker script */ export declare const loadMatomoScript: (url: string, jsTrackerFile: string, sanitizer: TrustedTypePolicy | TrustedTypePolicyOptions, nonce?: string, onScriptLoadingError?: () => void) => void; /** * Configure basic Matomo settings */ export declare const configureMatomoTracker: (url: string, siteId: string, phpTrackerFile: string, disableCookies: boolean) => void; /** * Enable HeartBeat Timer if requested */ export declare const configureHeartBeatTimer: (enableHeartBeatTimer: boolean, heartBeatTimerInterval?: number) => void; //# sourceMappingURL=tracker.d.ts.map