/**
* Modifies root build.gradle with a declaration for AboutLibraries Gradle plugin
*
* NOTE: As of now, it doesn't support build.gradle.kts (Gradle Kotlin Script)
*/
export declarefunctiondeclareAboutLibrariesPlugin(androidProjectPath: string): void;