import { AbstractClient } from "./abstract_client";
export declare class CommonClient extends AbstractClient {
}
