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