import type { EventDataPayload } from "../packlytics.types"; export declare const sendEvent: (storefrontId: string, sessionId: string) => (action: string, eventPayload: EventDataPayload) => Promise; //# sourceMappingURL=send-event.d.ts.map