import type { ExportedConfigWithProps } from "@expo/config-plugins"; import type { GradleProjectFile } from "@expo/config-plugins/build/android/Paths"; import type { DubloonProps } from "./DubloonProps"; export declare function makeGradleScript({ expoConfig, dubloonProps, }: { expoConfig: ExportedConfigWithProps; dubloonProps: DubloonProps; }): string;