export declare const isDynamicRoute: (route: string) => boolean;
export declare const isOptionalCatchAllRoute: (route: string) => boolean;
