export declare function getErrorMessage(error: unknown): string; export declare function showError(title: string, detail?: string): void;