import { type RouterContext } from '../../../../../index'; import { ResourceStoreContext, RouteResource } from '../../../../common/types'; /** * Gets the requestable resources for the next location. */ export declare const getResourcesForNextLocation: (prevRouterStoreContext: RouterContext, nextRouterStoreContext: RouterContext, resourceStoreContext: ResourceStoreContext) => RouteResource[];