/** * This error is intended to be thrown in case of detection of an unsupported timeseries format. */ export declare class TimeseriesFormatError extends Error { /** * @param msg - that describes the specific timeseries formatting issue. */ constructor(msg: string); }