1import { NotificationChannelInput, NotificationChannel } from './NotificationChannelManager.types';
2export default function setNotificationChannelAsync(channelId: string, channel: NotificationChannelInput): Promise<NotificationChannel | null>;
3//# sourceMappingURL=setNotificationChannelAsync.android.d.ts.map