1/** 2 * Removes the notification channel. 3 * @param channelId The channel identifier. 4 * @return A Promise which resolving once the channel is removed (or if there was no channel for given identifier). 5 * @platform android 6 * @header channels 7 */ 8export default function deleteNotificationChannelAsync(channelId: string): Promise<void>; 9//# sourceMappingURL=deleteNotificationChannelAsync.d.ts.map