import type { IDoAction, IDoWatch } from '../@types/index'; /** * @description bootstraps, formats, or lints a project */ export declare function doAction({ foxPlugins, pluginSelection, projectData, actionFunctionName, }: IDoAction): Promise; /** * @description watch files and perform fixFunction on all files * if changes are detected */ export declare function doWatch({ foxPlugins, pluginSelection, projectData, }: IDoWatch): Promise; //# sourceMappingURL=action.d.ts.map