import { Context } from 'unleash-client';
export declare function createContext(value: any): Context;
export declare const enrichContextWithIp: (query: any, ip: string) => Context;
