/** Save the current command to the history */
export declare function addArgsToHistory(): void;
/** Retrieve the previous CLI command */
export declare function getPreviousCommand(): {
    command: string;
};
