export declare const validateImage: {
    remove(data: any): Promise<{}>;
    removeImages(data: any): Promise<{}>;
};
