import { MenuButtonWebApp } from '../types'; import { WebAppInfo } from '../types'; export declare class MenuButtonWebAppBase implements MenuButtonWebApp { type: string; text: string; web_app: WebAppInfo; }