import { Project } from "@atomist/automation-client";
import { AutofixRegistration, CodeTransformRegistration } from "@atomist/sdm";
/**
 * Update the TypeScript support files in a project.  They are not
 * added if they do not already exist.
 */
export declare function updateSupportFilesInProject(p: Project): Promise<Project>;
export declare const UpdateSupportFilesAutofix: AutofixRegistration;
export declare const UpdateSupportFilesTransform: CodeTransformRegistration;
