export declare function saveImage(url: string): Promise<string | null>;
export declare function removeImage(imgPath: string): void;
