import { RemoteStorage } from "./storage"; export declare function download(remoteStorage: RemoteStorage, objectKey: string, localPath: string): Promise; export declare function downloadWithUpdate(remoteStorage: RemoteStorage, objectKey: string, localPath: string, localModifiedTime: Date): Promise;