export declare class CombinedPlotFormatter { static standardizeModel(model: any, prefs: any): { title: string; plots: any[]; plotSize: { width: number; height: number; }; xAxisLabel?: string; yAxisLabel?: string; }; }