import { ProposalAction } from './proposalAction';
export interface ReserveProposals extends ProposalAction {
    allowOverbook?: boolean;
}
