import type { SurfaceNode, RenderingNode } from './doc-gen-types.js'; /** * Render an ASCII art box for a surface, optionally enriched with * rendering layout info. */ export declare function renderSurfaceAscii(surface: SurfaceNode, rendering: RenderingNode | null, resolveString: (ref: string | null) => string | null, actions: string[]): string[]; //# sourceMappingURL=surface-ascii.d.ts.map