import { AmplifyException, AmplifyExceptionOptions, AmplifyErrorType } from './amplify-exception'; export declare class AmplifyError extends AmplifyException { constructor(name: AmplifyErrorType, options: AmplifyExceptionOptions, downstreamException?: Error); } //# sourceMappingURL=amplify-error.d.ts.map