export interface UiCommandsScreenshareObject {
    stop: () => void;
}
