import { IReflectController } from "../structures/IReflectController";
import { IReflectMcpOperation } from "../structures/IReflectMcpOperation";
import { ITypedMcpRoute } from "../structures/ITypedMcpRoute";
export declare namespace TypedMcpRouteAnalyzer {
    const analyze: (props: {
        controller: IReflectController;
        operation: IReflectMcpOperation;
    }) => ITypedMcpRoute[];
}
