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