export default class RoutePathValidator implements RouteInterface<{}> {
    protected config: RouteMatchPathCtorConfig;
    controller: RouteControllerCtorConfig;
    protected paths: string[];
    constructor(config: RouteMatchPathCtorConfig);
    canResolve(request: HttpRequest): boolean;
    protected matches(req: HttpRequest, paths: string[]): boolean;
    protected isValid(req: HttpRequest): boolean;
}
//# sourceMappingURL=RoutePathValidator.d.ts.map