import HelpScout from './HelpScout'; declare const _default: HelpScout; export default _default; export { Company, Context, Conversation, Customer, Mailbox, MessageType, NotificationType, NotificationOptions, ConfirmNotificationOptions, PhoneType, CustomerProperty, CustomerPropertyType, SocialProfileType, Status, User, } from './types'; export { MESSAGE_TYPES, NOTIFICATION_TYPES, STATUSES } from './constants'; export { isAllowedOrigin } from './utils'; export { commsHandler } from './handlers';