export declare class FieldsTree { private _fields; addField(path: string, type: string): void; private _getInnerField; get string(): string; }