import { InterpolationType } from '../Trend/InterpolationType'; import { Chart } from './Chart'; import { IntervalPickerPlugin } from './IntervalPickerPlugin'; export declare class ConfigurationRequestBody { chartUuid: string | Chart; interval: IntervalPickerPlugin; timezone?: string; interpolationType?: InterpolationType; interpolationMaxPoints?: number; }