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