/** * VJSP Command Adapter * * Formats commands for VJSP following its specification. */ import type { ToolCommandAdapter } from '../types.js'; /** * VJSP adapter for command generation. * File path: .vjsp/commands/opsx-.md * Format: Markdown with frontmatter (name, description) */ export declare const vjspAdapter: ToolCommandAdapter; //# sourceMappingURL=vjsp.d.ts.map