export { AppError, AppErrorCodeSchema, AppErrorCodes, ExitCode, ExitCodeDefinitions, defaultSuggestionsFor, defaultDetailFor, defaultTitleFor, effectiveSuggestionsFor, errorClassForAppErrorCode, exitCodeFor, makeAppError, type AppErrorClass, type AppErrorAction, type AppErrorMetadata, type AppErrorCode, } from "./app-error.js"; export { BC, errAuthRequired, errAuthTokenRequired, errInstallFailed, errPublishConflict, errRegistryPublishRejected, } from "./builders.js"; export { renderAppError, renderDefect } from "./render.js"; export { serializeErrorCauseChain, type SerializedErrorCause } from "./cause-chain.js"; export { REDACTED_SECRET, collectSensitiveStrings, redactAppErrorMetadata, redactSensitiveText, redactSensitiveValue, redactSuggestedAction, } from "./secret-redaction.js"; //# sourceMappingURL=index.d.ts.map