import { ErrorCode, IErrorDetail } from '@telstra/core'; export declare abstract class ServiceErrorCode extends ErrorCode { static readonly InvalidSchema: IErrorDetail; static readonly MissingAttribute: IErrorDetail; static readonly InvalidAttribute: IErrorDetail; static readonly InvalidIMSI: IErrorDetail; static readonly NotFoundIMSI: IErrorDetail; static readonly ICMServiceUnavailable: IErrorDetail; static readonly ICMServiceUnknownError: IErrorDetail; }