import type { Notification } from 'stream-chat';
export type NotificationTranslatorOptions = {
    notification?: Notification;
};
//# sourceMappingURL=types.d.ts.map