import { YargsCommandModule } from '../../types/Yargs.js'; import { LinkArgs } from '../../types/Link.js'; declare const unlinkCommand: YargsCommandModule; export default unlinkCommand;