import type { BuildAreaPathOptions, GeometryPoint, LinePathModel } from "./types";
export declare const buildAreaPath: <TPoint extends GeometryPoint = GeometryPoint>({ points, curve, connectNulls, decimation, baselineY }: BuildAreaPathOptions<TPoint>) => LinePathModel<TPoint>;
//# sourceMappingURL=areaPath.d.ts.map