/**
 * Class for actions that activate a view tool.
 * @docurl https://docs.daz3d.com/public/software/dazstudio/4/referenceguide/scripting/api_reference/object_index/viewtoolaction_dz
 */
declare class DzViewToolAction extends DzAction {

    /* Methods */

    /**
     * @returns string
     */
    getToolClassName(): string; // String
}
