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