import type { SkillDiscoveryMode } from '../skills/types.js'; import type { DelimitedBlockResult } from './managed-text.js'; export declare const HERMES_MANAGED_MARKER = "Managed by `kiokuko setup`."; export declare function renderHermesConfig(existing: string | undefined, command?: string, skillDiscoveryMode?: SkillDiscoveryMode, options?: { replaceConflictingIdentity?: boolean; }): DelimitedBlockResult; //# sourceMappingURL=hermes-config.d.ts.map