import Line2 from './type'
import Mat4 from '../mat4/type'

export default transform

declare function transform(out: Line2, line: Line2, matrix: Mat4): Line2
