/** Contains a list of available TDLib internal log tags */ export declare class LogTagsBaseModel { _: 'logTags'; /** List of log tags */ tags: string[]; }