/** * Enum presenting the extraction results. */ export declare enum ExtractResult { COMPLETE = 0, INCOMPLETE = 1, SYNTAX_ERROR = 2, MISSING_TYPE = 3, INVALID_STEP = 4 } //# sourceMappingURL=shared_constants.d.ts.map