import { Project } from "@atomist/automation-client";
export declare function determineGradleCommand(p: Project): Promise<string>;
