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