import { NextFunction, Request, Response } from 'express'; declare const _default: { getMcpServerConfig: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; createMcpServerConfig: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; updateMcpServerConfig: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; deleteMcpServerConfig: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; refreshMcpToken: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; }; export default _default;