/**
 * Writes to Info.plist located in the iOS project
 *
 * Returns `null` if INFOPLIST_FILE is not specified or file is non-existent.
 */
export default function writePlist(project: any, sourceDir: any, plist: any, targetUUID: any): Promise<void | null>;
//# sourceMappingURL=writePlist.d.ts.map