import { ProtobufType } from '../ProtobufType'; import { TProtobufField } from '../TProtobufField'; import { TStringValue } from './basic'; export type TGetPhoneState = { refresh_token: TStringValue; }; export declare class GetPhoneState extends ProtobufType { protected fields(): TProtobufField[]; }