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