import { NotificationBaseApi } from './notification-base-api'; export declare class OrgNotificationApi extends NotificationBaseApi { protected apiUrl: string; }