import { ProtobufEnum } from '../ProtobufEnum'; import { ServiceEnum } from './enums'; export type TService = ServiceEnum; export declare class Service extends ProtobufEnum { /** * @return {any} * @protected */ protected enum(): any; }