import type { Context } from '../context.js'; import type { Phase, Plan } from '../types.js'; export declare const scaffoldPhase: Phase; export declare function buildScaffoldPlan(ctx: Context): Plan; export declare function shouldIncludeExampleTemplate(relativePath: string, importDocs: boolean): boolean; //# sourceMappingURL=scaffold.d.ts.map