export declare class EquityTransform { data: { [key: string]: any; }; rootData: {}; nodes: any[]; edges: any[]; syrKeyNos: any[]; kzrKeyNos: any[]; kgKeyNos: any[]; syrObj: {}; modules: { '1': { note: string; module: string; }; '2': { note: string; module: string; }; '3': { note: string; module: string; }; '7': { note: string; module: string; }; '301': { note: string; module: string; }; '401': { note: string; module: string; }; '402': { note: string; module: string; }; '501': { note: string; module: string; }; '903': { note: string; module: string; }; }; init(t: number, e: { [key: string]: any; }): void; reset(): void; format(): { gdTree: any; investTree: any; syr: {}; kzr: any[]; }; transTree(t: any, e: any, n: any): any; }