import type { InitSettings } from "./types"; /** * Track page views with Matomo for Next.js App Router * This function should be called in a useEffect hook with pathname and searchParams as dependencies. * It will automatically track route changes when these values change. */ export declare const trackAppRouter: (settings: InitSettings) => void; //# sourceMappingURL=track-app-router.d.ts.map