import { type InitializedNotification, type Result } from '@frontmcp/protocol'; import { type McpHandler, type McpHandlerOptions } from './mcp-handlers.types'; export default function initializedNotificationHandler(options: McpHandlerOptions): McpHandler; //# sourceMappingURL=Initialized-notification.hanlder.d.ts.map