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