import { ICommonParams } from "../IModule";
export default interface ICCNetwork {
    request(obj?: ICommonParams): void;
}
