import { WrappingError } from "../Utils.js"; export default class MailError extends WrappingError { constructor(message?: string, cause?: Error); }