import { GetUpdatesOptionsApplicationJson } from '../types'; import { array } from '../types'; export declare class GetUpdatesOptionsApplicationJsonBase implements GetUpdatesOptionsApplicationJson { offset: number; limit: number; timeout: number; allowed_updates: array; }