import type { Context } from "./types.ts"; /** * @remarks * * This controller should be added before the host is connected. */ export declare function createContext(initialValue: T, description?: string): Context; //# sourceMappingURL=createContext.d.ts.map