import { LineItemAction } from './lineItemAction';
export declare class ReserveLineItems extends LineItemAction {
    protected static XSI_TYPE: string;
    skipInventoryCheck: boolean;
    constructor(skipInventoryCheck?: boolean);
}
