export declare type ApiExceptionError = { type: "exception"; message: string; stack: string | undefined; }; //# sourceMappingURL=ApiExceptionError.d.ts.map