import { Context } from './Context';
import { ContextType } from './ContextType';
export declare const ContextToJson: (context: Context) => ContextType;
