import { StandardError } from "../types/error.type.js";
export declare function errorManagement(error: unknown): StandardError;
