import { ProposalAction } from './proposalAction';
export interface TerminateNegotiations extends ProposalAction {
}
