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