export declare enum PresentationAreaEnum {
    OPEN = "OPEN_PRESENTATION_AREA_COMMAND",
    CLOSE = "CLOSE_PRESENTATION_AREA_COMMAND"
}
