import type { BuildInitAuthoredPlanInput, InitAuthoredPlan } from './init-authored-plan-types.js'; export { collectInitAuthoredTargetPaths } from './init-authored-plan-targets.js'; export declare function buildInitAuthoredPlan(input: BuildInitAuthoredPlanInput): InitAuthoredPlan; //# sourceMappingURL=init-authored-plan-builder.d.ts.map