/**
 *
 * @param {BufferAttribute} source
 * @param {int} sourceIndex
 * @param {BufferAttribute} target
 * @param {int} targetIndex
 * @param {int} count
 */
export function copyAttributeValue(source: BufferAttribute, sourceIndex: int, target: BufferAttribute, targetIndex: int, count: int): void;
//# sourceMappingURL=copyAttributeValue.d.ts.map