import { HttpError } from '../sipgateIOClient';
export declare const handleCoreError: (error: HttpError<unknown>) => Error;
