import { CdnConfigurationServiceInterfacePort } from '../ports/CdnConfigurationServiceInterfacePort';
export interface CdnConfigurationService {
    readonly CdnConfigurationServiceInterfacePort: CdnConfigurationServiceInterfacePort;
}
