import { type FullSpaRoute } from '../spa-route.js'; /** * Parse the given URL into a `FullRoute` object. * * @category Internal */ export declare function parseUrlIntoRawRoute(url: string | URL, basePath?: string | undefined | null): FullSpaRoute;