export declare const writeToPodfile: (projectRoot: string, key: string, value: string, testApp?: boolean) => void;
