import { ISearch } from "../search"; /** The object used to specify the arguments when searching for a . */ export interface IParameterGroupSearch extends ISearch { } //# sourceMappingURL=parameter_group_search.d.ts.map