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