/** * Junie Command Adapter * * Formats commands for Junie following its frontmatter specification. */ import type { ToolCommandAdapter } from '../types.js'; /** * Junie adapter for command generation. * File path: .junie/commands/opsx-.md * Frontmatter: description */ export declare const junieAdapter: ToolCommandAdapter; //# sourceMappingURL=junie.d.ts.map