import type { DataXY } from 'cheminfo-types'; import type { PointWithIndex } from '../types/index.ts'; /** * xyRealMinYPoint. * @param data - Data. * @param options - Options. */ export declare function xyRealMinYPoint(data: DataXY, options?: {}): PointWithIndex; //# sourceMappingURL=xyRealMinYPoint.d.ts.map