import { ConfigPlugin } from "expo/config-plugins";
/** Inject a helper which matches `pods.rb` files in the target root directory and invokes it as a way to extend the Podfile. */
export declare const withPodTargetExtension: ConfigPlugin;
