declare const convertToDynamicRoutes: (basePath: string, staticSubRoute: string) => string;
export default convertToDynamicRoutes;
