import { ProtobufType } from '../ProtobufType'; import { TProtobufField } from '../TProtobufField'; import { TStringValue } from './basic'; export type TPhoneOtpResend = { phone: TStringValue; refresh_token: TStringValue; ios_device_token: TStringValue; android_jws: TStringValue; }; export declare class PhoneOtpResend extends ProtobufType { protected fields(): TProtobufField[]; }