import type { DataView } from '@visactor/vdataset';
import type { IOptionRegr } from './interface';
export declare function markerRegression(_data: Array<DataView>, opt: IOptionRegr): any[];
