export declare function uploadToBuffer(path: string): Promise<Buffer>;
export declare function removeUploads(paths: string[]): Promise<void>;
