/**
* Translations domain barrel exports.
* Auto-discovered by the domain registry.
*/
export { default as translationsCli } from "./translations.cli.js";
export { default as translationsController } from "./translations.controller.js";
export { default as translationsResource } from "./translations.resource.js";
export { translationsService } from "./translations.service.js";
export { default as translationsTool } from "./translations.tool.js";
export * from "./translations.types.js";