export declare enum MemoizationCapture { OPTIMAL = 0, FULL = 1 } /** * Static class of the regression capture states. */ export declare abstract class RegressionCaptureState { static memoization: MemoizationCapture; } //# sourceMappingURL=regression_capture_state.d.ts.map