import type { VisulimaError } from "./visulima-error.d.ts"; /** * Will return an array of all causes in the error in the order they occurred. */ declare const getErrorCauses: (error: E) => E[]; export default getErrorCauses;