PowerShell Question: Export-ERReportDefinition...is there an Import cmdlet?

I can export a report definition successfully with the following PS command...

$rpt = Get-ERReport "My Reports\Account Operators"
Export-ERReportDefinition $rpt -Destination c:\

...and can import (the exported definition) via the Enterprise Reporter Report Manager | Report | My Reports -> Import

But is there are companion cmdlet or way to import the definition in PowerShell that maybe I have overlooked?

Use case is the customer has a lab and have made the report they want and export it to the production instance. Exporting is fine in PowerShell but it seems only the GUI allows for importing.