import { Command } from'@oclif/core';
/**
* After a successful command run, renders an upgrade warning if `nextDeprecationDate` is present.
*
* @paramCommand - The class of the command that was run.
*/exportdeclareconstpostrun: (Command: Command.Class) =>void;