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