import Line2 from './type'

export default xAtY

declare function xAtY(line: Line2, y: number): number
