//#region src/utils/error-cause.d.ts
declare function flattenErrorCauses(err: unknown): void;
//#endregion
export { flattenErrorCauses };