import { vec2, readonly_vec2 } from './vec2.type.js'; /** * Creates a new vec2 initialized with values from an existing one. */ export declare function vec2_clone>(a: readonly_vec2): vec2;