import { ConfigPlugin } from 'expo/config-plugins';
import { ChannelPluginProps } from '../types';
export declare const withAndroidChannelPlugin: ConfigPlugin<ChannelPluginProps>;
