import { Type } from "./type";
export declare enum ToolCommandExecutionState {
    Completed = 0,
    Failed = 1,
    Pending = 2
}
/**
 * @hidden
 */
export declare let ToolCommandExecutionState_$type: Type;
