export declare class CalypsoManager { private backendBaseUrl; constructor(environment?: 'production' | 'preproduction'); private init; trackEvent(event_name: string, event_type: string, event_data?: any): Promise; } export default CalypsoManager; //# sourceMappingURL=calypso.d.ts.map