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