import "../ApiClient-fBZ10h6n.mjs"; import "../DailyExecutionStatisticsDuration-DchUuidi.mjs"; import "../DailyExecutionStatisticsExecutionCounts-_UQd150u.mjs"; import "../DailyExecutionStatistics-BDvZYNW9.mjs"; import { t as ExecutionUsage_default } from "../ExecutionUsage-CdwmVH2s.mjs"; import { t as FlowUsage_default } from "../FlowUsage-B9CCuxNT.mjs"; //#region src/model/MiscControllerApiUsage.d.ts type IMiscControllerApiUsage = { flows: FlowUsage_default; executions: ExecutionUsage_default; }; /** * @typedef {Object} IMiscControllerApiUsage * @property {FlowUsage} flows * @property {ExecutionUsage} executions */ /** * The MiscControllerApiUsage model module. * @module model/MiscControllerApiUsage * @type {IMiscControllerApiUsage} */ declare class MiscControllerApiUsage { /** * 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 MiscControllerApiUsage 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/MiscControllerApiUsage} obj Optional instance to populate. * @return {module:model/MiscControllerApiUsage} The populated MiscControllerApiUsage instance. */ static constructFromObject(data: any, obj: any): any; /** * Validates the JSON data with respect to MiscControllerApiUsage. * @param {Object} data The plain JavaScript object bearing properties of interest. * @return {boolean} to indicate whether the JSON data is valid with respect to MiscControllerApiUsage. */ static validateJSON(data: any): boolean; flows: FlowUsage_default; executions: ExecutionUsage_default; } //#endregion export { IMiscControllerApiUsage, MiscControllerApiUsage as default };