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