export * from '#base'; export { Xception as default } from '#base'; export { createXceptionClass } from '#class'; export { default as xception } from '#xception'; export type { CreateXceptionClassOptions, XceptionConstructor } from '#class'; export { $namespace, $tags, $cause, $meta, $severity, $code } from '#symbols'; export { jsonify } from '#jsonify'; export { isErrorLike } from '#isErrorLike'; export type { ErrorLike } from '#isErrorLike'; //# sourceMappingURL=index.d.ts.map