/** * Universal Router (https://www.kriasoft.com/universal-router/) * * Copyright (c) 2015-present Kriasoft. * * This source code is licensed under the MIT license found in the * LICENSE.txt file in the root directory of this source tree. */ import type { ActionResult, MaybePromise, RouteContext } from './types.t.js'; /** @internal */ export default function resolveRoute(context: RouteContext): MaybePromise>>; //# sourceMappingURL=resolveRoute.d.ts.map