import { vec2, readonly_vec2 } from './vec2.type.js'; /** * Returns the inverse of the components of a vec2. */ export declare function vec2_inverse>(out: vec2, a: readonly_vec2): vec2;