import { GoalWithFulfillment } from "@atomist/sdm";
/**
 * Goal to execute Maven tests. Shows failures or errors if there are any.
 * @type {GoalWithFulfillment}
 */
export declare class MavenTest extends GoalWithFulfillment {
    constructor();
}
