import { ProjectUserContracts } from '../../contracts'; import { ProjectUserModels } from '../../models'; import { BaseResponses } from '../base-responses'; export declare namespace ProjectUsersResponses { class InviteUserResponse extends BaseResponses.BaseContentManagementResponse { constructor(debug: BaseResponses.IContentManagementResponseDebug, rawData: ProjectUserContracts.IInviteUserResponseContract, data: ProjectUserModels.ProjectUser); } class ChangeUserRolesResponse extends BaseResponses.BaseContentManagementResponse { constructor(debug: BaseResponses.IContentManagementResponseDebug, rawData: ProjectUserContracts.IChangeUserRolesResponseContract, data: ProjectUserModels.ProjectUser); } }