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