/** * File writing utilities for lumen. * Lifted from @the-forge-flow/visual-explainer-pi: src/utils/file-writer.ts. */ import type { ExtensionState } from "../types.js"; export declare function ensureOutputDir(): Promise; export declare function writeHtmlFile(filename: string, html: string, state: ExtensionState): Promise; export declare function createInitialState(): ExtensionState; //# sourceMappingURL=file-writer.d.ts.map