import * as client from '@keneanung/iron-realms-nexus-typings'; /** * Class for a Nexus label action. */ export declare class LabelAction implements client.LabelAction { action: 'label'; label: string; /** * Constructs a complete label action from a partial one. * @param {Partial} partialLabelAction The partial label action to construct a new complete label action from. */ constructor(partialLabelAction: Partial); }