export type BluxInApp = { id: string; url?: string; }; export type InAppClickedHandler = (inApp: BluxInApp) => void; export declare function parseBluxInApp(raw: any): BluxInApp; //# sourceMappingURL=BluxInApp.d.ts.map