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