import * as Core from "kamboja-core"; export declare class ParameterBinder { private routeInfo; private pathResolver; private commands; constructor(routeInfo: Core.RouteInfo, pathResolver: Core.PathResolver); getParameters(context: any): Array; private bind(parameterName, request); }