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