/**
 * Command implementation that uses mdapiDeployApi * API to retrieve source defined by given or generated package.xml.
 */
declare class MetadataRetrieveReportCommand {
    private mdRetrieveReport;
    constructor(context: any);
    validate(context: any): any;
    execute(options: any): any;
}
export = MetadataRetrieveReportCommand;
