import Vec3 from './type'

export default squaredLength

declare function squaredLength(vector: Vec3): number
