import Vec2 from './type'

export default fromValues

declare function fromValues(x: number, y: number): Vec2
