import { Type } from "./type";
export declare enum ToolActionFieldSelectorInfoType {
    Label = 0,
    Value = 1
}
/**
 * @hidden
 */
export declare let ToolActionFieldSelectorInfoType_$type: Type;
