import { SetDisplayActionBarCommandArguments } from './types';
export declare const actionsBar: {
    /**
     * Decides whether to display the actions bar
     *
     * @param setSpeakerLevelCommandArgumentsthe volume to which the core will set the speaker
     * level.
     * Refer to {@link SetDisplayActionBarCommandArguments} to understand the argument structure.
     */
    setDisplayActionBar: (arg: SetDisplayActionBarCommandArguments) => void;
};
