/** Where to read a HURI from when parsing the current route. */ export type RouteOptions = 'routeParam' | 'searchParam' | 'any'; /** Parses a HURI from route params and/or search params. */ export declare const useParseHuriFromRoute: (routeOption?: RouteOptions) => string | undefined; //# sourceMappingURL=useParseHuriFromRoute.d.ts.map