import { Command } from 'commander'; import { F as FileSystemAdapter } from '../LLMail-CELnm7VA.cjs'; import '../utils/logger.cjs'; import 'winston'; import '../errors/errors.cjs'; declare function createNewCommand(fsAdapter: FileSystemAdapter): Command; /** * Create a new issue */ declare function newCommand(fsAdapter: FileSystemAdapter): Command; export { createNewCommand, newCommand };