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