import { Command } from "commander"; /** * Creates the `skaile history` command group. * * Shows recent add/remove/update actions recorded in `.skaile/history.yaml`. * Also exposes a `history clear` subcommand to wipe the history file. * * @returns Configured {@link Command} ready for `program.addCommand()`. * @docLink cli/commands/misc#history */ export declare function makeHistoryCommand(): Command; //# sourceMappingURL=history.d.ts.map