/**
 * @fileoverview Barrel file for the docwriter_create_latex_document tool.
 * Exports the registration function for this tool.
 * @module src/mcp-server/tools/docwriter_create_latex_document/index
 */
export * from "./registration.js";
