import type { Quickstart } from './build.js'; /** Render the orientation as terminal-sized text. */ export declare function renderText(qs: Quickstart): string; /** Render the structured form for `--json`. */ export declare function renderJson(qs: Quickstart): Quickstart; //# sourceMappingURL=render.d.ts.map