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