/**
 * Reads the AndroidManifest.xml file and returns the name of the main activity.
 */
export default function getMainActivity(manifestPath: string): string | null;
//# sourceMappingURL=getMainActivity.d.ts.map