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