import { ToolActionDescription } from "./ToolActionDescription"; import { Type } from "./type"; /** * @hidden */ export declare class ToolActionLabelDescription extends ToolActionDescription { static $t: Type; protected get_type(): string; constructor(); }