import type { Context } from 'unleash-client';
export declare function createContext(value: any): Context;
