import { NotificationChannel } from './NotificationChannelManager.types';
export default function getNotificationChannelsAsync(): Promise<NotificationChannel[]>;
