import { CommandModule } from "yargs"; export declare function configureMCP(): void; export declare function configureSkills(): void; export declare function configure(skills?: boolean): void; declare const command: CommandModule; export default command;