import { PublicError } from '../components/workspace/Workspace'; export declare const getErrorDetails: (originalMessage: string) => PublicError;