import { AWSError } from '../types/errors'; export declare const isAWSError: (e: unknown) => e is AWSError;