export declare enum ShapeDiverCommonsModelComputationStatus { SUCCESS = "success", TIMEOUT = "timeout", CHECK_CONFIRMED = "checkconfirmed", CHECK_DENIED = "checkdenied", CHECK_PENDING = "checkpending", MAX_COMBINED_ASSET_SIZE_EXCEEDED = "maxcombinedassetsizeexceeded", MAX_DB_SIZE_PER_OUTPUT_EXCEEDED = "maxdbsizeperoutputexceeded", MAX_PARTS_PER_OUTPUT_EXCEEDED = "maxpartsperoutputexceeded", MAX_ASSET_PARTS_PER_OUTPUT_EXCEEDED = "maxassetpartsperoutputexceeded", MAX_TRANSFORMATIONS_PER_OUTPUT_EXCEEDED = "maxtransformationsperoutputexceeded", MAX_PARTS_EXCEEDED = "maxpartsexceeded", MAX_ASSET_PARTS_EXCEEDED = "maxassetpartsexceeded", RECOVERABLE_ERROR = "recoverableerror", UNRECOVERABLE_ERROR = "unrecoverableerror", NO_OUTPUT_DATA_FOR_DEFAULT_PARAMETER_VALUES = "nooutputdatafordefaultparametervalues", MODEL_WITHOUT_GEOMETRY_OUTPUT = "modelwithoutgeometryoutput", UNKNOWN = "unknown" } //# sourceMappingURL=SdCommonModelComputation.d.ts.map