import type { Context } from 'unleash-client';
export declare function createContext(contextData: any): Context;
export declare const enrichContextWithIp: (contextData: any, ip: string) => Context;
//# sourceMappingURL=create-context.d.ts.map