import type { Result } from '../domain/result.js'; import type { GraphError } from './graph-client.js'; declare const mammothToHtml: (bytes: Uint8Array) => Promise>; export { mammothToHtml };