export default getErrorMessage;
declare function getErrorMessage(error: any): string;
