import type { SkillInfo } from "./types";
import type { CommandInfo } from "../slashcommand/types";
export declare function formatCombinedDescription(skills?: SkillInfo[], commands?: CommandInfo[]): string;
