import type { TrckGetMetricResource } from './trck-get-metric-resource.js';
/**
 * Representation of the 'TrckGetMetricResourceList' schema.
 */
export type TrckGetMetricResourceList = {
    /**
     * Number of the resource instances in the list
     */
    count?: number;
    resources: TrckGetMetricResource[];
} & Record<string, any>;
//# sourceMappingURL=trck-get-metric-resource-list.d.ts.map