import { AuthenticationCodeInfo } from '@airgram-dev/core'; /** TDLib needs the user's authentication code to authorize */ export declare class AuthorizationStateWaitCodeBaseModel { _: 'authorizationStateWaitCode'; /** Information about the authorization code that was sent */ codeInfo: AuthenticationCodeInfo; }