import type { AudioPlayerPlugin } from './AudioPlayerPlugin';
import type { StreamChat } from 'stream-chat';
import type { TFunction } from 'i18next';
export declare const audioPlayerNotificationsPluginFactory: ({ client, t, }: {
    client: StreamChat;
    t: TFunction;
}) => AudioPlayerPlugin;
