import { MethodName } from '../method-name'; import { Send } from './send'; export declare class GetData extends Send { method: MethodName; body: { count: number; item: number; }; constructor(instanceName: string, count: number, item?: number); }