import { Command } from 'clipanion'; export declare class DeployCommand extends Command { static paths: string[][]; static usage: import("clipanion").Usage; distFolder: string; executeBuild: boolean; execute(): Promise; uploadAsset(name: string, fileName: string, targetFileName: string, compress: boolean): Promise; }