import { ErrorUnion, LogTagsUnion } from '../outputs'; /** * Returns list of available TDLib internal log tags, for example, ["actor", "binlog", * "connections", "notifications", "proxy"]. This is an offline method. Can be called * before authorization. Can be called synchronously * @param {Object} state * @returns {LogTagsUnion | ErrorUnion} */ export declare type GetLogTagsMethod = (state?: Record) => Promise;