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