import type { HttpAlert } from "../typing/classes/http.typing.js";
export declare function throwError(error: unknown, swal?: HttpAlert): Error;
