import { ConfigPlugin } from "expo/config-plugins";
import { ConfigData } from "./types";
/** Dangerously makes or reverts TV changes in the project Podfile. */
export declare const withTVAndroidRemoveFlipper: ConfigPlugin<ConfigData>;
