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