interface RecordProductVisitOptions { /** Override the app-shell-provided product slug if needed. */ productSlug?: string; /** Override the CTA URL the welcome email uses. Defaults to the current origin. */ appUrl?: string; /** Set false to disable the side effect entirely (e.g. during E2E tests). */ enabled?: boolean; } export declare function useRecordProductVisit(options?: RecordProductVisitOptions): void; export {}; //# sourceMappingURL=useRecordProductVisit.d.ts.map