export declare const $EnvironmentResponse: { properties: { name: { type: string; isRequired: boolean; }; displayName: { type: string; }; description: { type: string; isRequired: boolean; }; exposedProtocols: { type: string; contains: { type: string; }; }; messagingProtocols: { type: string; contains: { type: string; }; }; serviceId: { type: string; isRequired: boolean; }; serviceName: { type: string; maxLength: number; minLength: number; pattern: string; }; msgVpnName: { type: string; }; datacenterId: { type: string; maxLength: number; minLength: number; pattern: string; }; datacenterProvider: { type: string; maxLength: number; minLength: number; pattern: string; }; serviceTypeId: { type: string; maxLength: number; minLength: number; pattern: string; }; serviceClassId: { type: string; maxLength: number; minLength: number; pattern: string; }; creationState: { type: string; maxLength: number; minLength: number; pattern: string; }; serviceClassDisplayedAttributes: { type: string; }; }; };