export default function parseRoute(route: string, mode?: string): { route_path: string; func_name: string; };