import { type ConfigPlugin } from 'expo/config-plugins';
/**
 * Implementation of config plugin for iOS setup
 *
 * It scans the NPM dependencies, generates LicensePlist-compatible metadata,
 * configures Settings.bundle and registers a shell script generating LicensePlist metadata for iOS dependencies
 */
export declare const withIosLegal: ConfigPlugin;
