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