import { Service } from "../serviceSDK"; export declare class ImageService extends Service { constructor(endpoint: string, orgId: string, storeId: string); setToken(token: string): void; getImageProduct(imageId: string): Promise; getImageProducts(productCode: string): Promise; }