import type { Result } from '../../domain/result.js'; import type { GraphClient, GraphError } from '../../infra/graph-client.js'; import type { FetchOptions } from './fetch-raw-bytes.js'; declare const officeToMarkdown: (graph: GraphClient, contentPath: string, filename: string, opts?: FetchOptions) => Promise>; export { officeToMarkdown }; export type { FetchOptions };