/**
 * Event names for Freshdesk SDK
 */
export declare const FreshdeskEvents: {
    /** Fired when unread message count changes */
    readonly UNREAD_COUNT_CHANGED: "unreadCountChanged";
    /** Fired when user authentication state changes */
    readonly USER_STATE_CHANGED: "userStateChanged";
    /** Fired when a new user is created */
    readonly USER_CREATED: "userCreated";
    /** Fired when a link is pressed in the SDK */
    readonly ON_LINK_PRESSED: "onLinkPressed";
};
/** Type for Freshdesk event names */
export type FreshdeskEventName = typeof FreshdeskEvents[keyof typeof FreshdeskEvents];
//# sourceMappingURL=events.d.ts.map