import { InlineQuery } from '../types'; import { User, Location } from '../types'; export declare class InlineQueryBase implements InlineQuery { id: string; from: User; query: string; offset: string; chat_type: string; location: Location; }