import type { ApiClient } from "@promobase/sdk-runtime"; export interface ProductFeedUploadErrorSampleFields { id: string; retailer_id: string; row_number: number; } export declare function productFeedUploadErrorSampleNode(client: ApiClient, id: string): { __path: string; __brand: ProductFeedUploadErrorSampleFields; get: (opts: { fields: F; params?: Record; }) => Promise>; }; //# sourceMappingURL=product-feed-upload-error-sample.d.ts.map