export class link { static joint: string; static https: boolean; static short: boolean; static proto: boolean; static "__#1@#protocols": { tg: string; http: string; https: string; }; static "__#1@#laconic": string; static "__#1@#verbose": string; static operations: { start: string; attach: string; startapp: string; startattach: string; }; static parameters: { mode: { blur: string; motion: string; compact: string; }; admin: { change_info: string; post_messages: string; edit_messages: string; delete_messages: string; restrict_members: string; invite_users: string; pin_messages: string; manage_topics: string; promote_members: string; manage_video_chats: string; anonymous: string; manage_chat: string; post_stories: string; edit_stories: string; delete_stories: string; }; choose: { users: string; bots: string; groups: string; channels: string; }; }; static "__#1@#number_regexp": RegExp; static "__#1@#hex_color_regexp": RegExp; static "__#1@#timestamp_regexps": { s: RegExp; m: RegExp; h: RegExp; }; static create(args: any): string; static "__#1@#adjust"(args: any, fields?: any[], values?: any[]): null | undefined; static "__#1@#base"(short: any, proto: any): string; static "__#1@#path"(subject: any, element: any): any; static "__#1@#query"(launch: any, attach: any, entity: any, id: any, params: any, botapp: any): string; static "__#1@#start_command"(launch: any, attach: any, params: any): string | undefined; static "__#1@#start_param"(entity: any, id: any): any; static social(args: any): string; static background(args: any): string; static settings(type: any, short?: boolean): string; static "__#1@#is_property_true"(value: any, field: any): any; static "__#1@#resolve_subject"(dialog_id: any): any; static "__#1@#is_natural_numeric"(data: any): boolean; static "__#1@#is_integer_numeric"(data: any): boolean; static "__#1@#integer_numeric"(data: any): any; static "__#1@#is_number_or_string"(data: any): boolean; static "__#1@#extract_integer"(data: any): any; static "__#1@#convert_timestamp"(ts: any, to: any): any; static "__#1@#get_hms"(seconds: any): string[]; static "__#1@#extract_wallpaper_params"(args: any, slug?: null): any[]; static "__#1@#extract_numeric"(rest: any): any; static "__#1@#extract_boolean"(rest: any): any; static "__#1@#rotation"(rest: any): number | undefined; static "__#1@#intensity"(rest: any): any; static "__#1@#adjust_rotation"(rotation: any, by?: number): number; static "__#1@#adjust_intensity"(intensity: any): any; static user(did: any, short: any, proto: any): string; static contact(token: any, short: any, proto: any): string; static invite(hash: any, modern: boolean | undefined, short: any, proto: any): string; static folder(slug: any, short: any, proto: any): string; static group(did: any, short: any, proto: any): string; static channel(did: any, short: any, proto: any): string; static forum(did: any, mid: any, tid: any, modern: any, short: any, proto: any): string; static message(did: any, mid: any, cid: any, tid: any, single: any, mt: any, mt_to: any, modern: any, short: any, proto: any): string; static share(url: any, text: any, short: any, proto: any): string; static videochat(did: any, invite_hash: any, short: any, proto: any): string; static livestream(did: any, invite_hash: any, short: any, proto: any): string; static voicechat(did: any, invite_hash: any, short: any, proto: any): string; static stickers(slug: any, short: any, proto: any): string; static emoji(id: any, short: any): string; static emojis(slug: any, short: any, proto: any): string; static story(did: any, sid: any, short: any, proto: any): string; static boost(did: any, modern: boolean | undefined, short: any, proto: any): string; static proxy(server: any, port: any, secret: any, short: any, proto: any): string; static socks5(...args: any[]): string; static socks5proxy(server: any, port: any, user: any, pass: any, short: any, proto: any): string; static theme(name: any, short: any, proto: any): string; static bg(...args: any[]): string; static wallpaper(arg0: any, arg1: any, arg2: any, arg3: any, arg4: any, arg5: any, arg6: any, short: any, proto: any, ...args: any[]): string; static bot(bot: any, entity: any, id: any, startgroup: any, startchannel: any, admin: any, short: any, proto: any): string; static game(bot: any, game: any, short: any, proto: any): string; static change_number(short: any): string; static devices(short: any): string; static folders(short: any): string; static languages(short: any): string; static privacy(short: any): string; static auto_delete(short: any): string; static edit_profile(short: any): string; static themes(short: any): string; static login(code: any, token: any, short: any, proto: any): string; static invoice(slug: any, modern: boolean | undefined, short: any, proto: any): string; static language(slug: any, short: any, proto: any): string; static passport(params: any, modern: boolean | undefined, short: any): string; static confirm_phone(phone: any, hash: any, short: any, proto: any): string; static premium(type: any, data: any, short: any, proto?: boolean): string; static app(bot: any, app: any, entity: any, id: any, compact: boolean | undefined, user: any, choose: any, launch: any, attach: boolean | undefined, short: any, proto: any): string; }