export interface PageServiceContract { init(): void; registerPageList(pageList: Array): void; }