export interface UiCommandsPresentationAreaObject {
    open: () => void;
    close: () => void;
}
