/** * Generates the Info.plist file for the widget extension. * * @param targetPath - Path to the widget extension target directory */ export declare function generateInfoPlist(targetPath: string): void;