import type { BckndDeploymentQuota } from './bcknd-deployment-quota.js';
/**
 * Representation of the 'BckndDeploymentQuotaItem' schema.
 */
export type BckndDeploymentQuotaItem = {
    resourcePlanType?: string;
    deploymentQuota?: BckndDeploymentQuota;
} & Record<string, any>;
//# sourceMappingURL=bcknd-deployment-quota-item.d.ts.map