import { ActionEntity } from "../InteractiveEntities/ActionEntity"; /** * Represents a custom action entity. */ export declare class CustomAction extends ActionEntity { constructor(); /** * Creates a new CustomAction object from a JSON object. * @returns A new CustomAction object created from the JSON object. */ static fromJSON(): CustomAction; } //# sourceMappingURL=CustomAction.d.ts.map