import type { CommonName } from './CommonName'; import type { Service } from './Service'; export declare type EnvironmentService = { environment?: CommonName; service?: Service; };