export declare function saveFile(url: string): Promise<string | null>;
export declare function removeFile(filePath: string): void;
