import { BuyerFeedbackEntries } from "../../types/models/buyerFeedbackBatch"; import { ApiCallOptions } from "../../base"; export declare const fetchBuyerFeedbackBatch: ({ key, options, }: { key: string; options?: ApiCallOptions; }) => Promise;