import { type ConvertHint } from '@mdgate/core'; /** * Convert a single file's bytes to Markdown with the mobi converter. * `hint.path` is only a sniff hint; it is never read from disk. */ export declare function toMarkdown(bytes: Uint8Array, hint?: ConvertHint): Promise;