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