import { ErrorLike } from './types'; export declare function getErrorMessage(err: any): string; export declare function toError(error: ErrorLike): Error;