export declare enum PageLayout {
    SinglePage = "singlePage",
    TwoPagesContinous = "twoPagesContinous",
    TwoPagesContinousRight = "twoPagesContinousRight",
    SinglePageContinous = "singlePageContinous",
    TwoPagesRight = "twoPagesRight",
    TwoPages = "twoPages"
}
