import type { AppServices } from "../bootstrap/composition-root.js"; import type { CommandInvocation } from "../../app/commands/command.js"; export declare function handleSkills(services: AppServices, invocation: CommandInvocation): Promise;