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