export declare class AppError extends Error { _typename: string; inner: AppError | Error | any; context?: any; constructor(message: string, extra?: { inner?: Error | any; context?: any; stack?: any; }); static fromJSON(json: string): AppError; toJSON(): { message: string; context: any; stack: string; inner: any; }; } //# sourceMappingURL=error.d.ts.map