import { ITelegramClient } from '../../client.types.js';
/**
 * Gets the current default value of the Time-To-Live setting, applied to all new chats.
 */
export declare function getGlobalTtl(client: ITelegramClient): Promise<number>;
