export declare class PERMISSION { static ACTIONCONFIG_PUT: string; static ACTIONCONFIG_DELETE: string; static API_CONFIG_PUT: string; static API_CONFIG_DELETE: string; static DD_ADMIN_PUT: string; static DD_ADMIN_DELETE: string; static MESSAGE_TEMPLATE_PUT: string; static MESSAGE_TEMPLATE_DELETE: string; static WIDGETS_PUT: string; static WIDGETS_DELETE: string; static WIDGETS_EVALUATE: string; static QUEUES_GET: string; static QUEUES_POST: string; static QUEUES_PUT: string; }