/** * Returns the inverse of the components of a vec4. */ declare function inverse(out: number[], a: number[]): number[]; export default inverse;