export declare class ServiceError { setDetail(detail?: string): ServiceError setMessage(message?: string): ServiceError setStatus(code?: number): ServiceError constructor() }