import type { ApiClient } from "@promobase/sdk-runtime"; import { Cursor } from "@promobase/sdk-runtime"; import type { ProductFeedArticlesAndPublicationsGetFields } from "./product-feed-articles-and-publications-get.ts"; export interface ProductFeedArticlesAndPublicationsFields { } export interface ProductFeedArticlesAndPublicationsListPublicationsParams { after?: string; before?: string; limit?: number; summary?: boolean; [key: string]: unknown; } export declare function productFeedArticlesAndPublicationsNode(client: ApiClient, id: string): { __path: string; __brand: ProductFeedArticlesAndPublicationsFields; publications: (opts: { fields: F; params?: ProductFeedArticlesAndPublicationsListPublicationsParams; }) => Cursor>; }; //# sourceMappingURL=product-feed-articles-and-publications.d.ts.map