export declare const getGlobalisedValue: <T>(namespace: string, key: string, value: T) => T;
export declare const clearGlobalNamespace: (namespace: string) => void;
