/** * Runtime-safe public surface for built-in tool files. * * Keep this entrypoint intentionally narrow to avoid coupling tools to the * full package barrel and to reduce circular dependency risk. */ export { MatimoError, ErrorCode } from '../errors/matimo-error.js'; export { getGlobalMatimoLogger } from '../logging/index.js'; export { getGlobalApprovalHandler } from '../approval/approval-handler.js'; //# sourceMappingURL=index.d.ts.map