export declare const createContext: (defaultValue: T) => { id: number; Provider: any; defaultValue: unknown; };