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