import type { PolishStep } from "../types.js"; export type OverviewAnswers = { sector: string; problem: string; realWorldActors: string; usecases: string; concepts: string; examples: string; }; export declare const overviewQuestionsStep: PolishStep; //# sourceMappingURL=overview-questions.d.ts.map