/** * Extract error message from backend errors (handles various error formats). * * @internal SDK-private helper for useInlineAssistant. Not part of the public * `@grafana/assistant` surface — do not re-export from `index.ts`. */ export declare function extractErrorMessage(error: unknown): string; //# sourceMappingURL=errorHandling.d.ts.map