export default class ProductImage {
    static searchImage(imageId: string): Promise<unknown>;
    static getImageDetails(imageId: string): Promise<unknown>;
}
//# sourceMappingURL=ProductImage.d.ts.map