import { LineItemServiceInterfacePort } from '../ports/LineItemServiceInterfacePort';
export interface LineItemService {
    readonly LineItemServiceInterfacePort: LineItemServiceInterfacePort;
}
