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