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