import "../ApiClient-fBZ10h6n.mjs";
import "../Asset-QWv2ZEoy.mjs";
import "../AssetIdentifier-CzXHaTTa.mjs";
import { t as PropertyListAsset_default } from "../PropertyListAsset-BpSKBrt4.mjs";
import { t as PropertyListAssetIdentifier_default } from "../PropertyListAssetIdentifier-CzPTxMuQ.mjs";
//#region src/model/AssetsDeclaration.d.ts
type IAssetsDeclaration = {
enableAuto: any;
inputs: PropertyListAssetIdentifier_default;
outputs: PropertyListAsset_default;
};
/**
* @typedef {Object} IAssetsDeclaration
* @property {Object} enableAuto
* @property {PropertyListAssetIdentifier} inputs
* @property {PropertyListAsset} outputs
*/
/**
* The AssetsDeclaration model module.
* @module model/AssetsDeclaration
* @type {IAssetsDeclaration}
*/
declare class AssetsDeclaration {
/**
* 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 AssetsDeclaration 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/AssetsDeclaration} obj Optional instance to populate.
* @return {module:model/AssetsDeclaration} The populated AssetsDeclaration instance.
*/
static constructFromObject(data: any, obj: any): any;
/**
* Validates the JSON data with respect to AssetsDeclaration.
* @param {Object} data The plain JavaScript object bearing properties of interest.
* @return {boolean} to indicate whether the JSON data is valid with respect to AssetsDeclaration.
*/
static validateJSON(data: any): boolean;
enableAuto: any;
inputs: PropertyListAssetIdentifier_default;
outputs: PropertyListAsset_default;
}
//#endregion
export { IAssetsDeclaration, AssetsDeclaration as default };