export interface ErrorPayload { code: string; message: string; request_id?: string; } //# sourceMappingURL=errors.d.ts.map