import { TermsOfService } from '@airgram-dev/core'; /** * The user is unregistered and need to accept terms of service and enter their first * name and last name to finish registration */ export declare class AuthorizationStateWaitRegistrationBaseModel { _: 'authorizationStateWaitRegistration'; /** Telegram terms of service */ termsOfService: TermsOfService; }