import { INodeToDictMapperBase } from "./i-node-to-dict-mapper"; export declare type INodeToDictMapper = INodeToDictMapperBase; /** * Wrap it inside of a Proxy to escape circular dependencies * @type {INodeToDictMapperBase} */ export declare const wrappedINodeToDictMapper: INodeToDictMapperBase;