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