import { SetChatMenuButtonNotFoundResponse } from '../types'; import { ResponseParameters } from '../types'; export declare class SetChatMenuButtonNotFoundResponseBase implements SetChatMenuButtonNotFoundResponse { ok: boolean; error_code: number; description: string; parameters: ResponseParameters; }