import { Context, Route } from '@/types'; export declare const createRoute: (fn: (ctx: Context) => void, alias?: string) => Route;