export interface pageOptions { pageUrl: string; page?: string; orderHash?: string; } export declare const usePixel: (eventId: string | number, options: pageOptions) => Promise;