export declare const $Environment: { properties: { name: { type: string; isRequired: boolean; }; displayName: { type: string; }; description: { type: string; isRequired: boolean; }; serviceId: { type: string; isRequired: boolean; maxLength: number; minLength: number; pattern: string; }; exposedProtocols: { type: string; contains: { type: string; }; isRequired: boolean; }; }; };