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