import { vec2, readonly_vec2 } from './vec2.type.js'; /** * Copy the values from one vec2 to another. */ export declare function vec2_copy>(out: vec2, a: readonly_vec2): vec2;