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