import type { RouteDef } from './types'; export declare function executeRoute(route: RouteDef, rawInput: unknown, ctx: Ctx | undefined): Promise;