export default class PageChangingEvent extends CustomEvent { static readonly EVENT_NAME = "easy-pwa-page-changing"; constructor(); }