import type { HushContext, SkillOptions } from '../types.js'; export declare function skillCommand(ctx: HushContext, options: SkillOptions): Promise; //# sourceMappingURL=skill.d.ts.map