import type { RequestOverrides } from '../http.js';
import type { Notification, NotificationListParams } from '../types.js';
import { BaseResource } from './base.js';
export declare class Notifications extends BaseResource {
    list(params?: NotificationListParams, overrides?: RequestOverrides): Promise<Notification[]>;
}
//# sourceMappingURL=notifications.d.ts.map