import { Config } from "../config.js";

//#region src/Common/ServiceInterface.d.ts
interface BaseServiceInterface {
  __soapClient: object;
  config: Config;
}
//#endregion
export { BaseServiceInterface };
//# sourceMappingURL=ServiceInterface.d.ts.map