/**
 * The base class for a DzCustomData that can be associated with the scene.
 * @docurl https://docs.daz3d.com/public/software/dazstudio/4/referenceguide/scripting/api_reference/object_index/scenedata_dz
 */
declare class DzSceneData extends DzCustomData {
}
