export declare function handleError(error: unknown, context: string): string;
declare const _default: {
    handleError: typeof handleError;
};
export default _default;
