export declare function createContext<T extends unknown[]>(key: string, value: T, fn: () => void): void;
