export declare class RealMethod {
    descriptor: PropertyDescriptor;
    instance: boolean;
    constructor(descriptor: PropertyDescriptor, instance: boolean);
}
