import "../ApiClient-fBZ10h6n.mjs"; import "../Label-NQsPduJI.mjs"; import "../StateType-CA4aMnXy.mjs"; import "../Asset-QWv2ZEoy.mjs"; import "../AssetIdentifier-CzXHaTTa.mjs"; import "../DependsOn-GNgHPHR5.mjs"; import "../Type-DedIPHdh.mjs"; import "../InputObject-C6GD5E0Q.mjs"; import "../OutputValue-D5nRliVj.mjs"; import "../Output-BiBqpuJQ.mjs"; import "../WorkerGroupFallback-B6jAaIQG.mjs"; import "../WorkerGroup-COoO34xB.mjs"; import "../AbstractFlow-C68hQfXI.mjs"; import "../MapObjectObject-CiMbke6f.mjs"; import "../PropertyListAsset-BpSKBrt4.mjs"; import "../PropertyListAssetIdentifier-CzPTxMuQ.mjs"; import "../AssetsDeclaration-DmG6gtlE.mjs"; import "../Condition-BXpMolpU.mjs"; import "../Level-C7urWy3V.mjs"; import "../TheLabelsToPassToTheExecutionCreated-D-jJPJjD.mjs"; import "../AbstractTrigger-CwNYjLRb.mjs"; import "../CheckBehavior-BW341KoQ.mjs"; import "../CheckStyle-PBSMhOAA.mjs"; import "../Check-Dm5NvLlI.mjs"; import "../ConcurrencyBehavior-DPce0aVe.mjs"; import "../Concurrency-DZBgP_AA.mjs"; import "../PluginDefault-DXni4W8J.mjs"; import "../SLABehavior-CoTQEZUy.mjs"; import "../SLALabels-KGnyzIXp.mjs"; import "../SLAType-Uw2BNRmn.mjs"; import "../SLA-7xILhPt6.mjs"; import "../Cache-Db21YiXE.mjs"; import "../Task-FeMW3wXo.mjs"; import { t as Flow_default } from "../Flow-DislLHKM.mjs"; //#region src/model/SearchResultFlow.d.ts type ISearchResultFlow = { model: Flow_default; fragments: Array; }; /** * @typedef {Object} ISearchResultFlow * @property {Flow} model * @property {Array.} fragments */ /** * The SearchResultFlow model module. * @module model/SearchResultFlow * @type {ISearchResultFlow} */ declare class SearchResultFlow { /** * Initializes the fields of this object. * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins). * Only for internal use. */ static initialize(obj: any): void; /** * Constructs a SearchResultFlow from a plain JavaScript object, optionally creating a new instance. * Copies all relevant properties from data to obj if supplied or a new instance if not. * @param {Object} data The plain JavaScript object bearing properties of interest. * @param {module:model/SearchResultFlow} obj Optional instance to populate. * @return {module:model/SearchResultFlow} The populated SearchResultFlow instance. */ static constructFromObject(data: any, obj: any): any; /** * Validates the JSON data with respect to SearchResultFlow. * @param {Object} data The plain JavaScript object bearing properties of interest. * @return {boolean} to indicate whether the JSON data is valid with respect to SearchResultFlow. */ static validateJSON(data: any): boolean; model: Flow_default; fragments: string[]; } //#endregion export { ISearchResultFlow, SearchResultFlow as default };