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