export declare enum PageOrientation {
    Landscape = "landscape",
    Portrait = "portrait",
    Any = "any"
}
