import type { ApiClient } from "@promobase/sdk-runtime"; export interface ProductImageFields { height: number; id: string; image_url: string; width: number; } export declare function productImageNode(client: ApiClient, id: string): { __path: string; __brand: ProductImageFields; get: (opts: { fields: F; params?: Record; }) => Promise>; }; //# sourceMappingURL=product-image.d.ts.map