import type { Notification } from 'stream-chat';
export type NotificationTranslatorOptions = {
    notification?: Notification;
};
