import type { StudioPlan, StudioPlanInput } from './types.js'; export declare function buildStudioPlan(input: StudioPlanInput): StudioPlan; //# sourceMappingURL=planner.d.ts.map