export const SETTINGS_KEY: "parameterChart"; export namespace DEFAULT_TRACK_SETTINGS { let name: string; let traces: never[]; } export namespace DEFAULT_TRACE_SETTINGS { let traceType: string; let dashStyle: string; let lineColor: string; let lineWidth: number; let autoScale: boolean; } export const MAX_TRACE_COUNT: 10; //# sourceMappingURL=constants.d.ts.map