import { InitFailure, InitResult, ParsedInitArgs, type JsonObjectValue } from "./init-model.js"; interface Writer { write(chunk: string): unknown; } export declare function renderInitText(result: InitResult, args: ParsedInitArgs, writer: Writer): void; export declare function emitInitJson(result: JsonObjectValue | InitFailure, writer: Writer): void; export {}; //# sourceMappingURL=init-render.d.ts.map