export declare abstract class MethodCall { args: any[]; accessPath: string; }