/**
 * Class for importing animation data from the BioVision Hierarchy (*.bvh) format.
 * @docurl https://docs.daz3d.com/public/software/dazstudio/4/referenceguide/scripting/api_reference/object_index/bvhimporter_dz
 */
declare class DzBvhImporter extends DzImporter {

    /* Constructors */

    constructor();
}
