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