export declare const pixelEventTypes: readonly ["Lead", "Contact", "CompleteRegistration", "Schedule", "SubmitApplication", "ViewContent", "AddPaymentInfo", "AddToCart", "AddToWishlist", "CustomizeProduct", "Donate", "FindLocation", "InitiateCheckout", "Purchase", "Search", "StartTrial", "Subscribe"]; export declare const allEventTypes: readonly ["Custom", "Lead", "Contact", "CompleteRegistration", "Schedule", "SubmitApplication", "ViewContent", "AddPaymentInfo", "AddToCart", "AddToWishlist", "CustomizeProduct", "Donate", "FindLocation", "InitiateCheckout", "Purchase", "Search", "StartTrial", "Subscribe"]; export declare const pixelObjectProperties: { key: string; type: 'text' | 'code'; associatedEvents: (typeof pixelEventTypes)[number][]; }[]; //# sourceMappingURL=constants.d.ts.map