import { RouterApp } from '@fangcha/router';
import { RouterPlugin } from './RouterPlugin';
declare class __RouterState {
    locked: boolean;
    routerApp: RouterApp;
    routerPlugin: RouterPlugin;
    constructor();
}
export declare const _RouterState: __RouterState;
export {};
