export declare function uploadFiles(siteId: string, localPath: string, remotePath?: string): Promise; export declare function siteUploadCommand(siteId: string, localPath: string, remotePath: string | undefined): Promise;