/**
 * Command implementation that uses mdapiDeployApi to deploy source - directory or zip - to given org.
 */
declare class MetadataDeployReportCommand {
    private stashkey;
    private mdDeployReport;
    constructor(context: any, stashkey?: string);
    validate(context: any): Promise<any>;
    execute(context: any): Promise<any>;
}
export = MetadataDeployReportCommand;
