1export default async function deleteNotificationChannelGroupAsync(groupId: string): Promise<void> {
2  console.debug('Notification channels feature is only supported on Android.');
3}
4