import { CreativeSetServiceInterfacePort } from '../ports/CreativeSetServiceInterfacePort';
export interface CreativeSetService {
    readonly CreativeSetServiceInterfacePort: CreativeSetServiceInterfacePort;
}
