import { r as KlawConfig } from "./types.klaw-xKUw_Rz7.js"; import { t as SkillCommandSpec } from "./skills-BNppxgFh.js"; //#region src/auto-reply/skill-commands-base.d.ts declare function listReservedChatSlashCommandNames(extraNames?: string[]): Set; declare function resolveSkillCommandInvocation(params: { commandBodyNormalized: string; skillCommands: SkillCommandSpec[]; }): { command: SkillCommandSpec; args?: string; } | null; //#endregion //#region src/auto-reply/skill-commands.d.ts declare function listSkillCommandsForWorkspace(params: { workspaceDir: string; cfg: KlawConfig; agentId?: string; skillFilter?: string[]; }): SkillCommandSpec[]; declare function listSkillCommandsForAgents(params: { cfg: KlawConfig; agentIds?: string[]; }): SkillCommandSpec[]; //#endregion export { resolveSkillCommandInvocation as i, listSkillCommandsForWorkspace as n, listReservedChatSlashCommandNames as r, listSkillCommandsForAgents as t };