import { InitializedNotification, Result } from '@modelcontextprotocol/sdk/types.js'; import { McpHandler, McpHandlerOptions } from './mcp-handlers.types'; export default function initializedNotificationHandler(options: McpHandlerOptions): McpHandler;