import { ObservableCollection$1 } from "./ObservableCollection$1";
import { ToolCommandArgument } from "./ToolCommandArgument";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class ToolCommandArgumentCollection extends ObservableCollection$1<ToolCommandArgument> {
    static $t: Type;
    constructor();
}
