import { readonly_vec4 } from './vec4.type.js'; /** * Returns whether or not the vec4's have exactly the same elements in the same position. */ export declare function vec4_equals(a: readonly_vec4, b: readonly_vec4): boolean;