import { PlannedFile } from "../../io/file-writer"; export interface AddControllerPlan { name: string; feature: string; featuresRoot: string; path?: string; } export declare function createControllerFile(plan: AddControllerPlan): PlannedFile;