import { NotificationChannelGroup } from './NotificationChannelGroupManager.types';
export default function getNotificationChannelGroupAsync(groupId: string): Promise<NotificationChannelGroup | null>;
