import type { InjectionKey } from 'vue'; import type { RouteContextObject, LocationContextObject } from './types'; export declare const ROUTE_CONTEXT: InjectionKey; export declare const LOCATION_CONTEXT: InjectionKey;