import { type NestedContextValue } from './nested-context'; export declare const useNestedContext: () => NestedContextValue;