import { MenuId } from '../types';
export declare const HIDE_ALL = 0;
export declare const DISPLAY_MENU: (id: MenuId) => string;
