/** * Utility which allows resolution of resourceful model context. * @module @nhtio/lucid-resourceful/router/context */ import type { ResolvedResourcefulHttpContext } from "../private/router_macro/services/resourceful_router_context_service"; export declare const useResourcefulModelContext: () => Promise; export type { ResolvedResourcefulHttpContext };