import { BaseDoEntity, JsonErrorResponse, UiNotificationDo } from '../index';
export declare class UiNotificationResponse extends BaseDoEntity {
    notifications: UiNotificationDo[];
    error: JsonErrorResponse;
}
//# sourceMappingURL=UiNotificationResponse.d.ts.map