export declare abstract class AbstractMethodStub {
    protected groupIndex: number;
    getGroupIndex(): number;
}
