import { Page } from "./ABSTRACT_Page"; export declare class Page_Manager { static rebuild(page: any): Page; }