import type { SkillsConfig } from "../config/schema/skills";
export declare function adaptHostSkillConfig(value: unknown): SkillsConfig | undefined;
