import type { KlaviyoInterface } from "./Klaviyo.js";
/**
 * Implementation of the {@link KlaviyoInterface}
 */
export declare const Klaviyo: KlaviyoInterface;
export { type Event, type EventProperties, EventName } from "./Event.js";
export { type Profile, type ProfileProperties, type ProfilePropertyKey, type Location, ProfileProperty, } from "./Profile.js";
export type { KlaviyoInterface } from "./Klaviyo.js";
export { FormLifecycleEventType } from "./Forms.js";
export type { FormConfiguration, FormLifecycleEvent, FormLifecycleHandler, } from "./Forms.js";
export type { KlaviyoDeepLinkAPI } from "./KlaviyoDeepLinkAPI.js";
export type { Geofence } from "./Geofencing.js";
//# sourceMappingURL=index.d.ts.map
