import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as operations from "./models/operations/index.js"; export declare class Notifications extends ClientSDK { /** * Get the notifications that belong to the current user */ getNotifications(options?: RequestOptions): Promise; /** * Mark notifications as read */ markNotificationsAsRead(request?: operations.MarkNotificationsAsReadRequestBody | undefined, options?: RequestOptions): Promise; } //# sourceMappingURL=notifications.d.ts.map