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