import { LineItemTemplateServiceInterfacePort } from '../ports/LineItemTemplateServiceInterfacePort';
export interface LineItemTemplateService {
    readonly LineItemTemplateServiceInterfacePort: LineItemTemplateServiceInterfacePort;
}
