import type { InjectionKey } from 'vue';
export declare const routeIdContext: InjectionKey<string>;
