import type { DC } from "./3_transport.js"; export type PublicKeys = readonly [bigint, [bigint, bigint]][]; export declare const PUBLIC_KEYS: PublicKeys; export declare const INITIAL_DC: DC; export declare const APP_VERSION = "MTKruto"; export declare const DEVICE_MODEL: string; export declare const LANG_CODE: string; export declare const LANG_PACK = ""; export declare const SYSTEM_LANG_CODE: string; export declare const SYSTEM_VERSION: string; export declare const USERNAME_TTL = 86400; export declare const PHONE_NUMBER_TTL = 86400; export declare const STICKER_SET_NAME_TTL = 172800; export declare const MAX_CHAT_ID = 999999999999; export declare const MAX_CHANNEL_ID = 997852516352; export declare const CHANNEL_DIFFERENCE_LIMIT_USER = 100; export declare const CHANNEL_DIFFERENCE_LIMIT_BOT = 100000; export declare const DOWNLOAD_MAX_CHUNK_SIZE: number; //# sourceMappingURL=4_constants.d.ts.map