import { Base, Type } from "./type";
import { ToolCommandStateType } from "./ToolCommandStateType";
/**
 * @hidden
 */
export declare class ToolCommandStateChanged extends Base {
    static $t: Type;
    c: string;
    a: ToolCommandStateType;
    b: any;
}
