import { NotificationChannelGroup } from './NotificationChannelGroupManager.types';
export default function getNotificationChannelGroupsAsync(): Promise<NotificationChannelGroup[]>;
