/** * Error thrown when a command requires interactive input, but the current * terminal environment does not support it. */ export default class InteractiveInputRequiredError extends Error { constructor(); }