import { Got } from 'got';
declare function upload(project: string, httpClient: Got, sourcePath: string): import("got").CancelableRequest<import("got").Response<string>>;
export default upload;
