export declare abstract class BaseApiClass {
    static staticMethods: string[];
    static instanceMethods: string[];
    constructor();
}
