export declare class QuotaServiceScript { addNewQuotaDefinition(quotaDefinitionType?: string, quotaType?: string, attribute?: string, resourceName?: string, template?: string, templateAttribute?: string): string checkQuota(groupId?: string, userId?: string, quotaDefinitionType?: string, count?: number, requestItem?: string): string checkQuotaForBlueprintResources(groupId?: string, userId?: string, blueprintName?: string, orderForm?: string, requestItem?: string): string createQuota(groupname?: string, resname?: string, grouplimit?: string, userlimit?: string): string deleteQuota(grpname?: string): string deleteQuotaDefinition(quotaDefinitionType?: string): string getActiveInstance(quotaDefinitionType?: string): string getAllQuotaAssociation(): string getAllQuotaDefinition(): string getConsumption(quotaDefinitionType?: string, groupId?: string, userId?: string): string getGroupQuotaForUser(uname?: string): string getQuotaDefinitionId(name?: string): string getQuotaGroup(grpname?: string): string getQuotaGroupResource(gname?: string, rname?: string): string getQuotaUser(uname?: string): string getQuotaUserResource(uname?: string, rname?: string): string getReservedResources(userSysId?: string, groupSysId?: string, definitionSysId?: string): string updateQuotaAssociation(quotaDefinitionType?: string, groupName?: string, maxLimit?: number, userLimit?: number): string validateCapacity(resourceId?: string, ldcId?: string, associatedDcId?: string, definitionType?: string, count?: number, userId?: string, group?: string, requestItem?: string): string constructor() }