/**
 *
 * @param {THREE.BufferAttribute} attribute
 * @returns {THREE.BufferAttribute} returns denormalized attribute, if input is already denormalized returns input
 */
export function buffer_attribute_denormalize(attribute: THREE.BufferAttribute): THREE.BufferAttribute;
import { BufferAttribute } from "three";
//# sourceMappingURL=buffer_attribute_denormalize.d.ts.map