import { LabelServiceInterfacePort } from '../ports/LabelServiceInterfacePort';
export interface LabelService {
    readonly LabelServiceInterfacePort: LabelServiceInterfacePort;
}
