import type { Ora } from 'ora';
export declare function showError(error: unknown, spinner?: Ora): void;
