/**
 *
 * @param {BufferAttribute} first
 * @param {int} firstIndex
 * @param {BufferAttribute} second
 * @param {int} secondIndex
 * @returns {boolean}
 */
export function equalAttributeV3(first: BufferAttribute, firstIndex: int, second: BufferAttribute, secondIndex: int): boolean;
//# sourceMappingURL=equalAttributeV3.d.ts.map