import { type TrueStore } from './makeStore.js'; import type { ServerDataLoading } from './ServerDataLoading.js'; import type { ReqRes } from '../ReqRes.js'; import type { MatchedRouteInfo } from '../Servers/MatchedRouteInfo.js'; import type { GlobalData } from '../routing/registerGlobalData.js'; import { StoreSubscriptionsMap } from './StoreSubscriptions.types.js'; export declare function createStores(reqRes: ReqRes | null, matchedRouteInfo: MatchedRouteInfo, globalData: GlobalData, storeSubscriptionsMap: StoreSubscriptionsMap, serverDataLoading?: ServerDataLoading | null): TrueStore[]; //# sourceMappingURL=createStores.d.ts.map