export declare const $OrganizationResponse: { type: string; contains: ({ type: string; properties?: undefined; } | { properties: { status: { type: string; }; }; type?: undefined; })[]; };