import type { ChartKitError } from '../libs'; export declare function getErrorMessage(error: ChartKitError | Error): string;