import { NonRetryableError } from './NonRetryableError'; export declare const isNonRetryableError: (obj: any) => obj is NonRetryableError;