import { ConfigPlugin } from '@expo/config-plugins';
export declare const withInfoPlist: ConfigPlugin<{
    usageDescription: string;
}>;
