/**
 * System management tool handlers
 */
import type { CallToolResult } from '@modelcontextprotocol/sdk/types.js';
import type { Container } from '../../core/container.js';
/**
 * Get read-only mode status
 */
export declare function handleGetReadOnlyStatus(args: Record<string, unknown>, context: Container): Promise<CallToolResult>;
//# sourceMappingURL=handlers.d.ts.map