import { MethodName } from '../method-name'; import { Send } from './send'; export declare class GetMenu extends Send { method: MethodName; body: { uuid: string; }; constructor(instanceName: string, uuid: string); }