import { Value } from "../../value/index.js"; import { SqValueContext } from "../SqValueContext.js"; export declare class SqArray { private _value; context?: SqValueContext | undefined; constructor(_value: readonly Value[], context?: SqValueContext | undefined); getValues(): (import("./index.js").SqArrayValue | import("./index.js").SqBoolValue | import("./index.js").SqDateValue | import("./index.js").SqDistributionValue | import("./index.js").SqLambdaValue | import("./index.js").SqNumberValue | import("./index.js").SqDictValue | import("./index.js").SqStringValue | import("./index.js").SqPlotValue | import("./index.js").SqTableChartValue | import("./index.js").SqCalculatorValue | import("./index.js").SqScaleValue | import("./index.js").SqDurationValue | import("./index.js").SqVoidValue | import("./index.js").SqDomainValue | import("./index.js").SqInputValue | import("./index.js").SqSpecificationValue)[]; } //# sourceMappingURL=SqArray.d.ts.map