import AppExtensionsSDK, { Command, Event, Modal, ModalStatus, Color, TrackingEvent, MessageType, View, VisibilityEventInvoker } from './index'; declare const _default: typeof AppExtensionsSDK & { Command: typeof Command; Event: typeof Event; Modal: typeof Modal; ModalStatus: typeof ModalStatus; Color: typeof Color; TrackingEvent: typeof TrackingEvent; MessageType: typeof MessageType; View: typeof View; VisibilityEventInvoker: typeof VisibilityEventInvoker; }; export default _default;