/** These event names come from the AMPHTML repository. */
export declare enum AmpEvent {
playerReady = "ready",
playerStoryPagesAppended = "storyPagesAppended",
engagementUnitAnswered = "ampstory:engagementunitanswered",
storyMutedState = "amp-story-muted-state",
storyNavigation = "navigation",
storyPageAttachmentOpen = "story-page-attachment-tap",
storyPageNavigation = "storyNavigation",
storyPageProgress = "ampstory:pageprogress",
storyPageShow = "pageshow",
storyPageVisible = "story-page-visible",
storyPageSwitch = "ampstory:switchpage",
playerClose = "amp-story-player-close",
playerKeyPress = "amp-story-player-keypress",
playerNoNextStory = "noNextStory",
playerShareButtonTapped = "amp-story-player-share",
playerTouchEnd = "amp-story-player-touchend",
playerTouchMove = "amp-story-player-touchmove",
playerTouchStart = "amp-story-player-touchstart",
storyAdView = "story-ad-view",
storyAdClick = "story-ad-click",
storyAdComplete = "story-ad-complete",
storyAdSkipped = "story-ad-skipped",
storyAdPaused = "story-ad-paused",
storyAdProgress = "story-ad-progress",
storyAdResumed = "story-ad-resumed"
}