import { Context } from '../imports/Context' import { Function } from '../imports/Function' export declare class Outcome { confidence(): string constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean) detailedOutcome(): Array getMessagesMap(): Record hasDetailedOutcome(): boolean hasPrediction(): boolean lowerBound(): string predictedValue(): string predictedValueSysId(): string toJSONString(): string upperBound(): string }