import type { ErrorOptions } from './types/index';
declare const handleError: (options: ErrorOptions) => string;
export default handleError;
