import { CodeTransform, CodeTransformOrTransforms } from "@atomist/sdm";
import { SpringProjectCreationParameters } from "./SpringProjectCreationParameters";
/**
 * Update the readme
 */
export declare const ReplaceReadmeTitle: CodeTransform<SpringProjectCreationParameters>;
/**
 * Replace the ${ATOMIST_TEAM} placeholder in the seed with the id
 * of the team we are generating for
 */
export declare const SetAtomistTeamInApplicationYml: CodeTransform;
/**
 * Default transformation to turn a Spring Boot seed project into a custom project
 * @type {(CodeTransform<SpringProjectCreationParameters> | CodeTransform)[]}
 */
export declare const SpringBootGeneratorTransform: CodeTransformOrTransforms<SpringProjectCreationParameters>;
