import type { AddImagesInput, AddImagesOutput } from '../../types'; export declare function addImages(params: AddImagesInput): Promise; //# sourceMappingURL=add-images.d.ts.map