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