export default class CommandLine { private constructor() { throw new Error('[CommandLine] is a static class that may not be instantiated'); } }