import type { MatchedRouteInfo } from '../Servers/MatchedRouteInfo.js'; export declare class InternalStoreSchema { location: string; matchedRouteInfo: MatchedRouteInfo; constructor(location: string, matchedRouteInfo: MatchedRouteInfo); } //# sourceMappingURL=InternalStoreSchema.d.ts.map