/**
 * Pi Command Adapter
 *
 * Formats commands for Pi (pi.dev) following its prompt template specification.
 * Pi prompt templates live in .pi/prompts/*.md with description frontmatter.
 */
import type { ToolCommandAdapter } from '../types.js';
/**
 * Pi adapter for prompt template generation.
 * File path: .pi/prompts/opsx-<id>.md
 * Frontmatter: description
 */
export declare const piAdapter: ToolCommandAdapter;
//# sourceMappingURL=pi.d.ts.map