import type { ParsedSession } from "../parser/types.js"; import type { ObsidianConfig, ExportResult } from "./types.js"; export declare function exportSession(session: ParsedSession, config: ObsidianConfig): ExportResult;