import { NextContext } from './types'; export declare const createNextContext: (defaultValue: Value) => NextContext;