/**
 * Class for exporting animation data to the BioVision Hierarchy (*.bvh) format.
 * @docurl https://docs.daz3d.com/public/software/dazstudio/4/referenceguide/scripting/api_reference/object_index/bvhexporter_dz
 */
declare class DzBvhExporter extends DzExporter {

    /* Constructors */

    constructor();
}
