pub fn export_markdown( db: &dyn ExportStore, file_pattern: Option<&str>, token_budget: Option<i64>, ) -> Result<String, DbError>