import { ITangleContext } from "./types";
export declare const createContext: <S>(initial?: S | undefined) => ITangleContext<S>;
