export declare class ServiceError { constructor(); setDetail(detail?: string): ServiceError; setMessage(message?: string): ServiceError; setStatus(code?: number): ServiceError; } //# sourceMappingURL=ServiceError.d.ts.map