/** * Find the build.gradle file for the given app name. * This helper is used to find build.gradle file in both apps and libraries. * For libraries, the appName is empty string. */ export declare function findBuildGradle(sourceDir: string, appName: string): string | null; //# sourceMappingURL=findBuildGradle.d.ts.map