declare const isError: (ex: any) => ex is Error; export { isError };