import { Point } from './point'; import { Ref } from './util'; declare function ChopMonoAtY(pts: Point[], y: number, t: Ref): boolean; export { ChopMonoAtY };