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