import type { ContextState } from './context-state.js'; export declare const selectContext: (state: { context?: ContextState; }) => ContextState | undefined;