import { ProposalLineItemAction } from './proposalLineItemAction';
export declare class ReserveProposalLineItems extends ProposalLineItemAction {
    protected static XSI_TYPE: string;
    allowOverbook: boolean;
    constructor(allowOverbook?: boolean);
}
