import { RestCommand } from "../types.js"; //#region src/rest/helpers/with-search.d.ts declare function withSearch(getOptions: RestCommand): RestCommand; //#endregion export { withSearch }; //# sourceMappingURL=with-search.d.ts.map