/** TDLib needs an encryption key to decrypt the local database */ export declare class AuthorizationStateWaitEncryptionKeyBaseModel { _: 'authorizationStateWaitEncryptionKey'; /** True, if the database is currently encrypted */ isEncrypted: boolean; }