#!/usr/bin/env node
/**
 * TryAII MCP Server - Main Entry Point
 *
 * This is the main entry point for the npm package.
 * It can be run as a CLI tool or imported as a module.
 */
import { config } from './middleware/utils/config.js';
declare function main(): Promise<void>;
export { main, config };
export default main;
//# sourceMappingURL=index.d.ts.map