import { RemoteStorage } from "./storage"; export declare const UPLOAD_FILE_MAX_SIZE: number; export declare function upload(remoteStorage: RemoteStorage, artifactFullName: string, objectKey: string, headers: object | undefined): Promise; export declare function uploadWithUpdate(remoteStorage: RemoteStorage, artifactFullName: string, objectKey: string, headers: object | undefined): Promise;