import { AutofixRegistration, CodeTransform } from "@atomist/sdm";
/**
 * A single constructor doesn't need an @Autowired annotation
 * @param {Project} p
 * @return {Promise<void>}
 */
export declare const removeAutowiredOnSoleConstructor: CodeTransform;
export declare const FixAutowiredOnSoleConstructor: AutofixRegistration;
