import { Router } from '../types/router'; import { InjectionKey } from 'vue'; export declare function createRouterKeyStore(): (routerKey: InjectionKey) => InjectionKey;