/** * The interview's wording, for an agent. * * `@trazum/core` knows a question exists; the CLI and the web app each know how * to ask it in a locale. This server has no locale — an agent is not reading a * report, it is being asked something — so the wording lives here, in English, * and is held to the catalogue in both directions by `writer.test.js`. * * A question with no wording is not a cosmetic gap: an agent handed a bare id * would either invent the question or skip it, and a question nobody asks is a * slot nobody fills. */ export declare const SLOT_QUESTIONS: Readonly>; //# sourceMappingURL=questions.d.ts.map