import { Tagger } from "@atomist/automation-client";
/**
 * Emit tags based on contents of a Gradle build file, if one is found
 * @param {Project} p
 */
export declare const gradleTagger: Tagger;
