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