declare function classifyError(err: unknown, status?: number): string;

export { classifyError };
