export declare class GlideSystemRunLevel { static getCurrentLevel(): string static getToggleExceptionRoles(toggle: string): string static getToggleValue(toggle: string): number static switchLevel(newLevel: string): string }