import { BaseServiceParameters } from "./baseService";
type AccountServiceParameters = BaseServiceParameters;
export { AccountServiceParameters };
