export declare const $OrganizationNotifier: { properties: { baseUrl: { type: string; isRequired: boolean; }; authentication: { type: string; contains: { type: string; }[]; isRequired: boolean; }; }; };