import { ProtobufType } from '../ProtobufType'; import { TProtobufField } from '../TProtobufField'; export type TEmailMagicLinkOtp = { otp_token: string; }; export declare class EmailMagicLinkOtp extends ProtobufType { protected fields(): TProtobufField[]; }