export interface WriteTemplatesOptions { iosDir: string; targetName: string; bundleId: string; force: boolean; } /** * Writes the NSE template files (Swift, Info.plist, entitlements) to the * target directory under the iOS project. */ export declare function writeTemplates(opts: WriteTemplatesOptions): string[];