import { ConfigPlugin } from '@expo/config-plugins'; type TruecallerPluginProps = { androidClientId: string; }; declare const withTruecaller: ConfigPlugin; export default withTruecaller;