import { BaseRequestContext } from '@thisisagile/easy'; export declare class NamespaceContext extends BaseRequestContext { protected readonly namespace: import("cls-hooked").Namespace>; get(key: string): T; set(key: string, value: T): T; readonly create: (f: () => void) => void; }