/** * Seed product images by downloading from GitHub raw URLs */ export declare function seedProductImages(productId: number, images: any[]): Promise;