import { RouteRegex } from './route-regex';
export declare function getMiddlewareRegex(normalizedRoute: string, catchAll?: boolean): RouteRegex;
