declare const getObjectByNamespace: (functionName: string, context: T) => any; declare const getValue: (name: string, context: T) => any; export { getObjectByNamespace, getValue }; //# sourceMappingURL=get-object-by-namespace.d.ts.map