import { ToolService } from '../../shared'; export declare class ContextManagerToolComponent { private toolService; constructor(toolService: ToolService); editContext(): void; manageTools(): void; managePermissions(): void; }