import { NotificationChannelGroup } from './NotificationChannelGroupManager.types';
export default function getNotificationChannelGroupAsync(groupId: string): Promise<NotificationChannelGroup | null>;
//# sourceMappingURL=getNotificationChannelGroupAsync.android.d.ts.map