/** * This is auto-generated file, don't modify this file manually */ export declare const API_VERSION = "5.199"; export declare type ValueOf = T[keyof T]; export interface BaseAPIParams { v: string; access_token: string; lang?: number; device_id?: string; }