export type AndroidBootstrapTemplate = "subclass" | "init_helper"; export declare function renderAndroidBootstrap(appPackage: string, template?: AndroidBootstrapTemplate, capabilityKinds?: string[]): string; /** * Patch-hint text shown to the agent when the scaffold detects an existing * Application class. The agent reads this and applies it surgically to the * customer's Application file. Mirrors the iOS App.swift manual_patch shape. */ export declare function renderAndroidExistingApplicationPatchHint(existingFqClassName: string, existingFileRelativePath: string | null): string; //# sourceMappingURL=androidBootstrap.d.ts.map