import { SuggestedAdUnitServiceInterfacePort } from '../ports/SuggestedAdUnitServiceInterfacePort';
export interface SuggestedAdUnitService {
    readonly SuggestedAdUnitServiceInterfacePort: SuggestedAdUnitServiceInterfacePort;
}
