import { type ConfigPlugin } from "expo/config-plugins";
import { type WithFlipperOptions } from "./types";
/** Enable flipper on this application */
export declare const withFlipper: ConfigPlugin<WithFlipperOptions>;
export default withFlipper;
