export declare const $Organization: { properties: { name: { type: string; isRequired: boolean; }; sempV2Authentication: { type: string; }; 'cloud-token': { type: string; contains: ({ type: string; maxLength: number; minLength: number; pattern: string; } | { type: string; maxLength?: undefined; minLength?: undefined; pattern?: undefined; })[]; }; integrations: { type: string; }; serviceRegistry: { type: string; }; }; };