import type { CommonSolaceCloudObjectId } from './CommonSolaceCloudObjectId'; import type { Threshold } from './Threshold'; export declare type AccountingLimit = { id: CommonSolaceCloudObjectId; value: string; unit: string; thresholds: Array; };