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