import { Context } from "../types";
export declare function createContext(defaultValue?: any): Context;
