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