// Plot Y export declare const plotY: (item: any, data: any, nodeWidth: any) => number; // Plot X export declare const plotX: (timeline: any, subThread: any, data: any, threadHeight: any) => number; export declare const formatDataWithTimelineCategoryName: (object: any) => any[]; // Plot category bar export declare const plotCategoryBar: (timelineNumber: any, subThread: any, data: any, timeline: any, threadHeight: any) => number; export declare const formatDataWithTimelineCategoryNameOrderedByDate: (inputData: any) => any[]; //# sourceMappingURL=mttFunctions.d.ts.map