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