import { ConfigPlugin } from "expo/config-plugins";
/** Enable flipper on this application */
export declare const withPerformance: ConfigPlugin;
export default withPerformance;
