import type { PageViewEvent } from "../packlytics.types"; export declare const trackPageHit: (storefrontId: string, sessionId: string) => (eventPayload?: PageViewEvent) => Promise; //# sourceMappingURL=page-hit.d.ts.map