/** * Lingma Command Adapter * * Formats commands for Lingma following its frontmatter specification. */ import type { ToolCommandAdapter } from '../types.js'; /** * Lingma adapter for command generation. * File path: .lingma/commands/opsx/.md * Frontmatter: name, description, category, tags */ export declare const lingmaAdapter: ToolCommandAdapter; //# sourceMappingURL=lingma.d.ts.map