import { type ConfigPlugin } from '@expo/config-plugins';
/**
 * Interface for the plugin config
 */
interface ConfigProps {
    appsBundleIds: string[];
}
declare const _default: ConfigPlugin<ConfigProps>;
export default _default;
//# sourceMappingURL=index.d.ts.map