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