export declare enum MetadataPageLayout {
    SinglePage = "singlePage",
    TwoColumnLeft = "twoColumnLeft",
    OneColumn = "oneColumn",
    TwoPageRight = "twoPageRight",
    TwoPageLeft = "twoPageLeft",
    TwoColumnRight = "twoColumnRight"
}
