import { AutofixRegistration, SoftwareDeliveryMachineConfiguration } from "@atomist/sdm";
/**
 * Autofix to invoke the Spring team's spring-format via the
 * Atomist executable JAR wrapper (https://github.com/atomist/spring-format).
 * The JAR wrapper must be available at the path under
 * sdm.spring.formatJar or the FORMAT_JAR environment variable on the system on which the
 * current SDM is running.
 */
export declare function springFormat(configuration: SoftwareDeliveryMachineConfiguration): AutofixRegistration;
