import { NotificationSettings } from './types'; /** @public */ export declare const isNotificationsEnabledFor: (settings: NotificationSettings, channelId: string, originId: string) => boolean;