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