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