export declare const uiCommands: {
    actionsBar: {
        setDisplayActionBar: (arg: import("./actions-bar/types").SetDisplayActionBarCommandArguments) => void;
    };
    camera: {
        setSelfViewDisableAllDevices: (setSelfViewDisableAllDevicesCommandArguments: import("./camera/types").SetSelfViewDisableAllDevicesCommandArguments) => void;
        setSelfViewDisable: (setSelfViewDisableCommandArguments: import("./camera/types").SetSelfViewDisableCommandArguments) => void;
    };
    chat: {
        form: {
            open: () => void;
            fill: (fillChatFormCommandArguments: import("./chat/form/types").FillChatFormCommandArguments) => void;
        };
    };
    externalVideo: {
        volume: {
            set: (setExternalVideoVolumeCommandArguments: import("./external-video/volume/types").SetExternalVideoVolumeCommandArguments) => void;
        };
    };
    sidekickOptionsContainer: {
        open: () => void;
        close: () => void;
    };
    navBar: {
        setDisplayNavBar: (setDisplayNavBarCommandArguments: import("./nav-bar/types").SetDisplayNavBarCommandArguments) => void;
    };
    presentationArea: {
        open: () => void;
        close: () => void;
    };
    userStatus: {
        setAwayStatus: (setAwayStatusCommandArguments: import("./user-status/types").SetAwayStatusCommandArguments) => void;
    };
    conference: {
        setSpeakerLevel: (setSpeakerLevelCommandArguments: import("./conference/types").SetSpeakerLevelCommandArguments) => void;
    };
    notification: {
        send: (information: import("./notification/types").SendNotificationCommandArguments) => void;
        setEnabledDisplayNotifications: (isNotificationDisplayEnabled: boolean) => void;
    };
    layout: {
        changeEnforcedLayout: import("./layout/types").ChangeEnforcedLayout;
    };
};
